Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

#115 - move offline downloaded region to external storage #122

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions MapboxAndroidDemo/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,5 +314,11 @@
android:name="android.support.PARENT_ACTIVITY"
android:value=".MainActivity" />
</activity>

<!-- This moves the offline storage to the SD-card -->
<meta-data
android:name="com.mapbox.SetStorageExternal"
android:value="true" />

</application>
</manifest>