Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 58a79f4

Browse files
committed
[android] - update AndroidManifest: OnConfigChanges for Android Nougat and reformat
1 parent d3d3896 commit 58a79f4

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml

+8-6
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</activity>
5959
<activity
6060
android:name=".activity.annotation.BulkMarkerActivity"
61-
android:configChanges="orientation|keyboardHidden|screenSize"
61+
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
6262
android:description="@string/description_add_bulk_markers"
6363
android:label="@string/activity_add_bulk_markers">
6464
<meta-data
@@ -305,6 +305,7 @@
305305
</activity>
306306
<activity
307307
android:name=".activity.maplayout.DebugModeActivity"
308+
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
308309
android:description="@string/description_debug_mode"
309310
android:label="@string/activity_debug_mode">
310311
<meta-data
@@ -556,8 +557,8 @@
556557
</activity>
557558
<activity
558559
android:name=".activity.style.AnimatedImageSourceActivity"
559-
android:label="@string/activity_animated_image_source"
560-
android:description="@string/description_animated_image_source">
560+
android:description="@string/description_animated_image_source"
561+
android:label="@string/activity_animated_image_source">
561562
<meta-data
562563
android:name="@string/category"
563564
android:value="@string/category_style"/>
@@ -679,9 +680,10 @@
679680
android:name="android.support.PARENT_ACTIVITY"
680681
android:value=".activity.FeatureOverviewActivity"/>
681682
</activity>
682-
<activity android:name=".activity.maplayout.BottomSheetActivity"
683-
android:description="@string/description_bottom_sheet"
684-
android:label="@string/activity_bottom_sheet">
683+
<activity
684+
android:name=".activity.maplayout.BottomSheetActivity"
685+
android:description="@string/description_bottom_sheet"
686+
android:label="@string/activity_bottom_sheet">
685687
<meta-data
686688
android:name="@string/category"
687689
android:value="@string/category_maplayout"/>

0 commit comments

Comments
 (0)