From ce8972f584391953c5315d4e4d0f21cb600121ce Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 22 Oct 2024 19:48:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/src/main/AndroidManifest.xml | 1 + .../java/com/xypower/mppreview/Camera2RawFragment.java | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Application/src/main/AndroidManifest.xml b/Application/src/main/AndroidManifest.xml index d74b84c..931ea1f 100644 --- a/Application/src/main/AndroidManifest.xml +++ b/Application/src/main/AndroidManifest.xml @@ -14,6 +14,7 @@ android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" + android:requestLegacyExternalStorage="true" android:theme="@style/MaterialTheme">