Skip to content

Commit

Permalink
prevent app to be in landscape mode
Browse files Browse the repository at this point in the history
  • Loading branch information
SidharthMudgil committed Aug 9, 2023
1 parent f0a1444 commit 749b839
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 @@ -20,7 +20,9 @@
tools:targetApi="31">
<activity
android:name=".ui.MainActivity"
android:exported="true">
android:screenOrientation="portrait"
android:exported="true"
tools:ignore="LockedOrientationActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 749b839

Please sign in to comment.