更新 'android/app/src/main/AndroidManifest.xml'

main
zhongjin 2 years ago
parent 4edd7e01e3
commit b23eec1ce2

@ -28,7 +28,9 @@
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
android:launchMode="singleTask"
android:windowSoftInputMode="adjustResize"
android:windowSoftInputMode="adjustPan"
android:screenOrientation="landscape"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Loading…
Cancel
Save