Skip to content

Commit eb3f7da

Browse files
committed
Fix example raylib manifest
1 parent 8d1deb3 commit eb3f7da

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

examples/raylib/android/AndroidManifest.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@
1111
android:hasCode="false"
1212
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
1313
tools:targetApi="29"
14-
android:alwaysRetainTaskState="true"
15-
android:launchMode="singleInstance"
16-
android:configChanges="layoutDirection|locale|orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
1714
>
1815
<activity
1916
android:name="android.app.NativeActivity"
2017
android:exported="true"
21-
android:label="@string/app_name">
18+
android:label="@string/app_name"
19+
android:alwaysRetainTaskState="true"
20+
android:launchMode="singleInstance"
21+
android:configChanges="layoutDirection|locale|orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
22+
>
2223
<meta-data android:name="android.app.lib_name" android:value="main"/>
2324
<intent-filter>
2425
<action android:name="android.intent.action.MAIN" />

0 commit comments

Comments
 (0)