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 f02c865 commit a19afe9Copy full SHA for a19afe9
app/src/main/AndroidManifest.xml
@@ -20,7 +20,7 @@
20
android:supportsPictureInPicture="true"
21
android:theme="@style/NoActionBar"
22
android:exported="true"
23
- android:screenOrientation="fullSensor">
+ android:screenOrientation="portrait">
24
<intent-filter>
25
<action android:name="android.intent.action.MAIN"/>
26
<category android:name="android.intent.category.LAUNCHER"/>
0 commit comments