Set screen orientation to portrait

This commit is contained in:
bitscuit 2021-04-04 08:03:47 +02:00
parent 68ea94e8b5
commit da8095e393
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Mike">
<activity android:name=".MainActivity">
<activity android:name=".MainActivity"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />