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 cdfc206 commit 9894698Copy full SHA for 9894698
app/src/main/AndroidManifest.xml
@@ -9,7 +9,9 @@
9
android:roundIcon="@mipmap/ic_launcher_round"
10
android:supportsRtl="true"
11
android:theme="@style/AppTheme">
12
- <activity android:name="com.greylabs.grc.MainActivity">
+ <activity
13
+ android:name="com.greylabs.grc.MainActivity"
14
+ android:screenOrientation="portrait">
15
<intent-filter>
16
<action android:name="android.intent.action.MAIN"/>
17
<category android:name="android.intent.category.LAUNCHER"/>
0 commit comments