From ae26288042b86afad3412ae69a1a735db077cb7c Mon Sep 17 00:00:00 2001 From: bimromatic <953364885@qq.com> Date: Fri, 30 Apr 2021 16:31:42 +0800 Subject: [PATCH] =?UTF-8?q?1=EF=BC=9A=E5=A2=9E=E5=8A=A0AndroidManifest=20?= =?UTF-8?q?=E5=90=88=E5=B9=B6=E6=9B=BF=E6=8D=A2=E6=A0=87=E7=AD=BE=202?= =?UTF-8?q?=EF=BC=9A=E5=A2=9E=E5=8A=A0isAppMode=20=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/AndroidManifest.xml | 3 ++- buildGradleScript/base/base_module.gradle | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6105beb..a22b737 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -19,7 +19,8 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/base_AppTheme" - tools:ignore="UnusedAttribute"> + tools:ignore="UnusedAttribute" + tools:replace="android:name,android:label,android:icon, android:theme,android:allowBackup">