From 26ad793d82bb0b1df23613ed77bcd6364a1b8b55 Mon Sep 17 00:00:00 2001 From: r4sas Date: Sun, 5 Jan 2020 23:04:08 +0000 Subject: [PATCH] use unscoped storage (fixes usage on android 10) Signed-off-by: r4sas --- android/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 757b35bb..71526701 100755 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -16,6 +16,7 @@ android:icon="@drawable/icon" android:label="@string/app_name" android:theme="@android:style/Theme.Holo.Light.DarkActionBar" + android:requestLegacyExternalStorage="true" >