Skip to content

Commit

Permalink
only portrait
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenknecht committed May 22, 2022
1 parent 8f3e565 commit 6013fa9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
<activity
android:name=".SettingsActivity"
android:exported="false"
android:label="@string/title_activity_settings" />
android:label="@string/title_activity_settings"
android:screenOrientation="portrait"/>
<activity android:name=".SnoozeActivity" />
<activity
android:name=".MainActivity"
android:exported="true">
android:exported="true"
android:screenOrientation="portrait" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 6013fa9

Please sign in to comment.