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

Commit

Permalink
#115 - move offline downloaded region to external storage
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun committed Aug 10, 2016
1 parent bbb93b8 commit 3d768e1
Showing 1 changed file with 6 additions and 0 deletions.
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>

0 comments on commit 3d768e1

Please sign in to comment.