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