From ba2a1fc64351352b3015c66492a713c6bc3034bd Mon Sep 17 00:00:00 2001 From: niushuai233 Date: Wed, 26 Oct 2022 15:21:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E5=AF=B9=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E8=AF=BB=E5=86=99=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/AndroidManifest.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 1078071..160f28d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -8,6 +8,7 @@ android:label="@string/app_name" android:roundIcon="@mipmap/app_launcher_round" android:supportsRtl="true" + android:requestLegacyExternalStorage="true" android:theme="@style/Theme.DevControl"> @@ -76,7 +77,10 @@ - + + + + \ No newline at end of file