You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Currently, the Android SDK chooses a default location in the internal storage via Context.getFilesDir().getAbsolutePath() to save the database used to store offline and ambient caching tiles.
We'd like to add a setting to enable this location to be in external storage, for example an SD Card. Note that this doesn't mean that multiple concurrent sources would be supported, tiles still need to be stored in the same database file on disk.
Currently, the Android SDK chooses a default location in the internal storage via
Context.getFilesDir().getAbsolutePath()
to save the database used to store offline and ambient caching tiles.We'd like to add a setting to enable this location to be in external storage, for example an SD Card. Note that this doesn't mean that multiple concurrent sources would be supported, tiles still need to be stored in the same database file on disk.
Related tickets: #4386 #4223
/cc: @jfirebaugh @1ec5 @hjudge
The text was updated successfully, but these errors were encountered: