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:
Alibek Omarov 2024-07-09 16:29:21 +03:00
parent ccb687e552
commit c3c277f03b

View file

@ -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"