From db2ad8a7a7cdabb4a9f6a1909226e8e04788ddb7 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 22 Nov 2022 19:46:14 +0100 Subject: [PATCH] Added file provider configuration --- sbapp/Makefile | 1 + sbapp/patches/AndroidManifest.tmpl.xml | 12 ++++++++++++ sbapp/patches/file_paths.xml | 4 ++++ 3 files changed, 17 insertions(+) create mode 100644 sbapp/patches/file_paths.xml diff --git a/sbapp/Makefile b/sbapp/Makefile index 72b91aa..18ba2a3 100644 --- a/sbapp/Makefile +++ b/sbapp/Makefile @@ -34,6 +34,7 @@ injectxml: mkdir -p .buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/sideband/src/main/res/xml mkdir -p .buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/sideband/templates cp patches/device_filter.xml .buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/sideband/src/main/res/xml/ + cp patches/file_paths.xml .buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/sideband/src/main/res/xml/ cp patches/AndroidManifest.tmpl.xml .buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/sideband/templates/ debug: diff --git a/sbapp/patches/AndroidManifest.tmpl.xml b/sbapp/patches/AndroidManifest.tmpl.xml index e17a732..cf24d44 100644 --- a/sbapp/patches/AndroidManifest.tmpl.xml +++ b/sbapp/patches/AndroidManifest.tmpl.xml @@ -142,6 +142,18 @@ {% for a in args.add_activity %} {% endfor %} + + + + + + diff --git a/sbapp/patches/file_paths.xml b/sbapp/patches/file_paths.xml new file mode 100644 index 0000000..7d3c7d5 --- /dev/null +++ b/sbapp/patches/file_paths.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file