|
|
@@ -8,14 +8,15 @@
|
|
|
android:allowBackup="false"
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
android:label="追爱小键盘">
|
|
|
+
|
|
|
<activity
|
|
|
android:name=".MainActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
|
|
android:exported="true"
|
|
|
android:hardwareAccelerated="true"
|
|
|
android:launchMode="singleTop"
|
|
|
+ android:screenOrientation="portrait"
|
|
|
android:theme="@style/LaunchTheme"
|
|
|
-
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
<!-- Specifies an Android theme to apply to this Activity as soon as
|
|
|
the Android process has started. This theme is visible to the user
|
|
|
@@ -30,7 +31,7 @@
|
|
|
</intent-filter>
|
|
|
|
|
|
</activity>
|
|
|
-<!-- 两个动画快速切换容易闪退-->
|
|
|
+ <!-- 两个动画快速切换容易闪退-->
|
|
|
<meta-data
|
|
|
android:name="io.flutter.embedding.android.EnableImpeller"
|
|
|
android:value="false" />
|