summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2019-04-11 14:50:36 +0200
committerTobrun <tobrun.van.nuland@gmail.com>2019-04-12 13:12:31 +0200
commit58696a0704503837014bf6612eba6d537075c15e (patch)
treea5f423e3403d2378e72547ba579a7741f5b3afc4 /platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
parent6c2948d3e68e25deea658d02190039db14a67723 (diff)
downloadqtlocation-mapboxgl-58696a0704503837014bf6612eba6d537075c15e.tar.gz
[android] - rework test to use query activity, fix attempt to render without surface crash
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
index 017fe3ddca..0c5aa1551e 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
@@ -608,7 +608,8 @@
<activity
android:name=".activity.feature.QueryRenderedFeaturesBoxCountActivity"
android:description="@string/description_query_rendered_features_box_count"
- android:label="@string/activity_query_rendered_features_box_count">
+ android:label="@string/activity_query_rendered_features_box_count"
+ android:launchMode="singleInstance">
<meta-data
android:name="@string/category"
android:value="@string/category_features" />