summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2016-02-01 16:29:22 -0600
committerBrad Leege <bleege@gmail.com>2016-02-10 19:05:20 -0800
commit2690cc09f86469153b0e34815013aef016d7b9e5 (patch)
tree8c6fefaceffa78630ff729fe0943b1c1e6504cce /platform/android/MapboxGLAndroidSDKTestApp
parent8464d68687b172df7508fc18af7b3558d097ca71 (diff)
downloadqtlocation-mapboxgl-2690cc09f86469153b0e34815013aef016d7b9e5.tar.gz
[android] #2421 - Building out MapboxEventsManager with support for Staging and Prod servers
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
index 70c9259faa..cc32c1e558 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
@@ -90,6 +90,12 @@
android:name="com.mapbox.AccessToken"
android:value="" />
+ <meta-data android:name="com.mapbox.TestEventsServer"
+ android:value="https://cloudfront-staging.tilestream.net"/>
+
+ <meta-data android:name="com.mapbox.TestEventsAccessToken"
+ android:value="sk.eyJ1IjoiYmxlZWdlIiwiYSI6InNpcml1c2x5In0.KyT-boMyC_xZYTYojTc8zg"/>
+
<service android:name="com.mapbox.mapboxsdk.telemetry.TelemetryService"/>
</application>