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