summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorCameron Mace <cameron@mapbox.com>2016-08-31 11:56:57 -0400
committerGitHub <noreply@github.com>2016-08-31 11:56:57 -0400
commitfe28b57fe08bcd1069dad8fd47827da6bd835285 (patch)
tree514e6af956d56634cd98cb5e44d7d49b7bd0d975 /platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
parent1e2189266ffd9d831619f2c507f55596029fbec3 (diff)
downloadqtlocation-mapboxgl-fe28b57fe08bcd1069dad8fd47827da6bd835285.tar.gz
[android] added video view example (#6198)
* [android] added video view example * removed map ready callback
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
index 0c289b84e9..54949c08cd 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
@@ -301,6 +301,14 @@
android:value="@string/category_fragment" />
</activity>
<activity
+ android:name=".activity.maplayout.VideoViewActivity"
+ android:description="@string/description_video_view"
+ android:label="@string/activity_video_view">
+ <meta-data
+ android:name="@string/category"
+ android:value="@string/category_maplayout" />
+ </activity>
+ <activity
android:name=".activity.style.RuntimeStyleActivity"
android:description="@string/description_runtime_style"
android:label="@string/activity_runtime_style">