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
1 changed files with 1 additions and 1 deletions

View File

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