0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-16 11:15:06 +00:00

android: screen orientation → fullSensor

This commit is contained in:
Sigrid Solveig Haflínudóttir 2022-01-01 20:41:42 +01:00
parent e4d9f08ede
commit e153943fe0

View file

@ -79,7 +79,7 @@
android:launchMode="singleInstance" android:launchMode="singleInstance"
android:configChanges="layoutDirection|locale|orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation" android:configChanges="layoutDirection|locale|orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
android:preferMinimalPostProcessing="true" android:preferMinimalPostProcessing="true"
android:screenOrientation="portrait" android:screenOrientation="fullSensor"
android:exported="true" android:exported="true"
> >
<intent-filter> <intent-filter>