Skip to content

Commit a19afe9

Browse files
Update AndroidManifest.xml
1 parent f02c865 commit a19afe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
android:supportsPictureInPicture="true"
2121
android:theme="@style/NoActionBar"
2222
android:exported="true"
23-
android:screenOrientation="fullSensor">
23+
android:screenOrientation="portrait">
2424
<intent-filter>
2525
<action android:name="android.intent.action.MAIN"/>
2626
<category android:name="android.intent.category.LAUNCHER"/>

0 commit comments

Comments
 (0)