mirror of
https://github.com/timepill/timepill-app.git
synced 2025-06-12 17:59:12 +08:00
android 禁止横屏
This commit is contained in:
parent
65e0cfaec7
commit
56093ba57f
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
android:name=".MainActivity"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="portrait"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
Loading…
Reference in a new issue