From db6b94bb980a0385b1f0daa1a6abe23f7fd7981b Mon Sep 17 00:00:00 2001 From: Benimautner Date: Sat, 6 Jan 2024 00:03:52 +0100 Subject: [PATCH] added appropriate permissions to write files to downloads --- android/app/src/main/AndroidManifest.xml | 18 ++++++++++++++++++ android/app/src/main/res/provider_paths.xml | 6 ++++++ 2 files changed, 24 insertions(+) create mode 100644 android/app/src/main/res/provider_paths.xml diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 90119f0..e632b91 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -83,6 +83,24 @@ android:name="android.service.quicksettings.ACTIVE_TILE" android:value="true" /> + + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/provider_paths.xml b/android/app/src/main/res/provider_paths.xml new file mode 100644 index 0000000..f828a53 --- /dev/null +++ b/android/app/src/main/res/provider_paths.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file