We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2365674 commit e4da465Copy full SHA for e4da465
app/src/main/AndroidManifest.xml
@@ -12,7 +12,8 @@
12
android:roundIcon="@mipmap/ic_launcher_round"
13
android:supportsRtl="true"
14
android:theme="@style/Theme.VideoStab">
15
- <activity android:name=".MainActivity">
+ <activity android:name=".MainActivity"
16
+ android:screenOrientation="portrait">
17
<intent-filter>
18
<action android:name="android.intent.action.MAIN" />
19
<category android:name="android.intent.category.LAUNCHER" />
0 commit comments