TP-28494 | Block Landscape mode

This commit is contained in:
himanshu-kansal
2023-05-12 18:18:22 +05:30
parent 67d3a4bece
commit adfb33aace

View File

@@ -53,6 +53,7 @@
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
android:launchMode="singleTask"
android:windowSoftInputMode="stateUnspecified|adjustPan"