We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6681363 commit cfda3e6Copy full SHA for cfda3e6
src/templates/AndroidManifest.tmpl.xml
@@ -15,7 +15,7 @@
15
16
<activity android:name="org.renpy.android.PythonActivity"
17
android:label="@string/iconName"
18
- android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode"
+ android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode|screenSize"
19
android:launchMode="singleTask"
20
android:process=":python"
21
android:screenOrientation="{{ args.orientation }}"
0 commit comments