From 9cec1e562a4b8e03b9713780e21bb9ab4e354715 Mon Sep 17 00:00:00 2001 From: wurong <953969641@qq.com> Date: Fri, 15 Dec 2023 16:18:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E6=A3=80=E6=B5=8B=E6=96=87?= =?UTF-8?q?=E6=A1=A3-=E4=BD=8E=E6=BC=8F=E6=B4=9E=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/src/main/AndroidManifest.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 80c412ed..3c88ce06 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -44,6 +44,8 @@ android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" + android:debuggable="false" + android:allowBackup="false" android:windowSoftInputMode="adjustResize"> @@ -88,7 +90,7 @@ @@ -104,6 +106,7 @@