Skip to content

Commit

Permalink
handle all possible configuration changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pazos committed Jul 22, 2020
1 parent 2c919b6 commit ae93382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/manifest/base.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
android:resizeableActivity="false"
android:screenOrientation="nosensor"
android:launchMode="singleInstance"
android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize" >
android:configChanges="colorMode|density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" >
<meta-data android:name="android.app.lib_name" android:value="luajit" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit ae93382

Please sign in to comment.