summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAntonio Zugaldia <antonio@mapbox.com>2017-01-23 14:22:03 -0500
committerGitHub <noreply@github.com>2017-01-23 14:22:03 -0500
commitd1a1a03435a3ea86b9947e3769f85953ea3a7962 (patch)
tree5c201bb12e06224a2477f3d04e470d4203f133c8 /platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
parent9b726441911224e27c0fd001f43dbeeee42e3079 (diff)
downloadqtlocation-mapboxgl-d1a1a03435a3ea86b9947e3769f85953ea3a7962.tar.gz
[android] Move the simple map activity to a "Basic" section, always listed first (#7817)
* move the simple map activity to a basic section, always listed first * category_first -> category_basic
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml')
-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 228ad32b67..7d26233996 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
@@ -390,7 +390,7 @@
android:label="@string/activity_simple_map">
<meta-data
android:name="@string/category"
- android:value="@string/category_maplayout"/>
+ android:value="@string/category_basic"/>
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value=".activity.FeatureOverviewActivity"/>