restricting rotation to portrait mode

This commit is contained in:
Sir-Photch 2023-01-29 12:25:05 +01:00
parent e4adb52ef9
commit b724238669

View File

@ -43,7 +43,8 @@
<activity
android:name=".activity.AddItemActivity"
android:exported="true"
android:theme="@android:style/Theme.NoDisplay">
android:theme="@android:style/Theme.NoDisplay"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.content.pm.action.CONFIRM_PIN_SHORTCUT" />
<category android:name="android.intent.category.DEFAULT" />