AndroidManifest: disable unneeded configChanges, we don't care about RTL settings in-game or locale changes. Add touchscreen just in case (old port uses it somehow?)
This commit is contained in:
parent
ccb687e552
commit
c3c277f03b
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
<activity
|
||||
android:name=".XashActivity"
|
||||
android:alwaysRetainTaskState="true"
|
||||
android:configChanges="layoutDirection|locale|orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
|
||||
android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation|touchscreen"
|
||||
android:exported="true"
|
||||
android:launchMode="singleInstance"
|
||||
android:preferMinimalPostProcessing="true"
|
||||
|
|
Loading…
Add table
Reference in a new issue