Skip to content

Commit

Permalink
sample app - screen orientation locked to portrait
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey.Shardyko committed Jan 27, 2019
1 parent cdfc206 commit 9894698
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name="com.greylabs.grc.MainActivity">
<activity
android:name="com.greylabs.grc.MainActivity"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
Expand Down

0 comments on commit 9894698

Please sign in to comment.