Skip to content

Commit 2c3bee7

Browse files
FlappyRecreatorroot
authored andcommitted
Sketchware auto-commit (2025-07-08 17:25:42)
1 parent 6c2acf1 commit 2c3bee7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ android:icon="@mipmap/launcher"
2020
android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"
2121
android:hardwareAccelerated="true"
2222
android:supportsPictureInPicture="true"
23+
android:screenOrientation="portrait"
2324
android:exported="true">
2425
<intent-filter>
2526
<action android:name="android.intent.action.MAIN" />
@@ -30,7 +31,8 @@ android:icon="@mipmap/launcher"
3031
android:name=".SettingsActivity"
3132
android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"
3233
android:hardwareAccelerated="true"
33-
android:supportsPictureInPicture="true" />
34+
android:supportsPictureInPicture="true"
35+
android:screenOrientation="portrait" />
3436
<activity
3537
android:name=".DebugActivity"
3638
android:screenOrientation="portrait"

0 commit comments

Comments
 (0)