Skip to content

Commit 6948c44

Browse files
committed
force portrait mode.
1 parent 51dd955 commit 6948c44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
android:name=".MainActivity"
1515
android:label="@string/app_name"
1616
android:launchMode="singleInstance"
17+
android:screenOrientation="portrait"
1718
android:theme="@style/AppTheme.NoActionBar">
1819
<intent-filter>
1920
<action android:name="android.intent.action.MAIN"/>

0 commit comments

Comments
 (0)