summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2019-03-14 13:12:57 +0100
committerTobrun <tobrun@mapbox.com>2019-03-14 14:11:22 +0100
commitdba40c64ea8175b5dbf1cd043b3bc40730e13956 (patch)
tree97a70434c66a59dd13eb363979db2ad8c436410e
parent40cfffe9e9c1d63f21188c0704a6df2ef9a34081 (diff)
downloadqtlocation-mapboxgl-dba40c64ea8175b5dbf1cd043b3bc40730e13956.tar.gz
[android] - move TextureView to top of list so UiAutomator finds it more quickly
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
index 28e284abb3..2fa26f822a 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
@@ -723,7 +723,7 @@
android:label="@string/activity_textureview_debug">
<meta-data
android:name="@string/category"
- android:value="@string/category_textureview" />
+ android:value="@string/category_basic" />
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value=".activity.FeatureOverviewActivity" />