mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-04-13 17:52:04 +02:00
force portrait mode in the dialpad, it isnt worth optimizing
This commit is contained in:
parent
23848d1549
commit
73b40dc627
@ -120,10 +120,10 @@
|
|||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.DialpadActivity"
|
android:name=".activities.DialpadActivity"
|
||||||
android:configChanges="orientation"
|
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:label="@string/dialpad"
|
android:label="@string/dialpad"
|
||||||
android:parentActivityName=".activities.MainActivity"
|
android:parentActivityName=".activities.MainActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:windowSoftInputMode="stateHidden">
|
android:windowSoftInputMode="stateHidden">
|
||||||
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user