File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments