summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAntonio Zugaldia <antonio@mapbox.com>2016-07-15 09:58:31 -0400
committerAntonio Zugaldia <antonio@mapbox.com>2016-07-15 09:58:53 -0400
commit5c037f4745e5a9a3c5f5d050c59d39e3f763bb5a (patch)
tree77203751dc00c197935a09a54a48057cc6df8339 /platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
parent244700e56033179726a164b1a0801dbd4c382770 (diff)
downloadqtlocation-mapboxgl-5c037f4745e5a9a3c5f5d050c59d39e3f763bb5a.tar.gz
[android] Introduce a getDatabasePath() method that enables switching storage paths
Fixes #5589
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
index b1d7249a04..8a7e70b733 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
@@ -305,6 +305,11 @@
android:name="com.mapbox.TestEventsAccessToken"
android:value="sk.eyJ1IjoiYmxlZWdlIiwiYSI6InNpcml1c2x5In0.KyT-boMyC_xZYTYojTc8zg" />
+ <!-- Comment out this setting to switch to external storage (and disable internal) in your app -->
+ <!--<meta-data-->
+ <!--android:name="com.mapbox.SetStorageExternal"-->
+ <!--android:value="true" />-->
+
<service android:name="com.mapbox.mapboxsdk.telemetry.TelemetryService" />
</application>