From d18c7554833f3be7fef6e6d08a44b0239b3a48e0 Mon Sep 17 00:00:00 2001
From: bingshi <1196225782@qq.com>
Date: Tue, 13 Dec 2022 14:58:04 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9androidManifest?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/AndroidManifest.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml
index de03a42..db1b329 100644
--- a/app/AndroidManifest.xml
+++ b/app/AndroidManifest.xml
@@ -9,6 +9,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
+ android:extractNativeLibs="true"
android:usesCleartextTraffic="true"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
@@ -60,6 +61,7 @@
To the list of attributes on the activity element.
-->
@@ -68,8 +70,10 @@
+
-
+