From 6ecad41858948029a14c9f388434ef9b426ac1e7 Mon Sep 17 00:00:00 2001 From: Pablo Guardiola Date: Tue, 22 Nov 2016 04:05:29 -0500 Subject: Add simple map activity to testapp (#7136) * [android] 6481 - add simple map activity to test app * [android] #6481 - exclude SimpleMapActivity --- .../MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml') diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml index d7e89da056..6314fc07c4 100644 --- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml +++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml @@ -324,6 +324,14 @@ android:name="@string/category" android:value="@string/category_maplayout" /> + + +