restricting rotation to portrait mode
This commit is contained in:
@@ -43,7 +43,8 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".activity.AddItemActivity"
|
android:name=".activity.AddItemActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:theme="@android:style/Theme.NoDisplay">
|
android:theme="@android:style/Theme.NoDisplay"
|
||||||
|
android:screenOrientation="portrait">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.content.pm.action.CONFIRM_PIN_SHORTCUT" />
|
<action android:name="android.content.pm.action.CONFIRM_PIN_SHORTCUT" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
|||||||
Reference in New Issue
Block a user