抢占锁屏问题

This commit is contained in:
yangyuhao 2023-09-01 11:53:44 +08:00
parent bd949a21df
commit 9860ad3ce1
2 changed files with 2 additions and 3 deletions

View File

@ -65,8 +65,8 @@ android {
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
versionCode 6
versionName "1.0.5"
versionCode 7
versionName "1.0.6"
manifestPlaceholders = [
vivo_APPID: "105669716",
vivo_APPKEY:"84f750207787376b310ca5b0d5969122",

View File

@ -71,7 +71,6 @@
android:hardwareAccelerated="true"
android:usesCleartextTraffic="true"
android:screenOrientation="portrait"
android:showWhenLocked="true"
android:turnScreenOn="true"
android:networkSecurityConfig="@xml/network_security_config"
android:windowSoftInputMode="adjustResize">