pediatric-ai-scribe-v3/mobile/android/app/src/main/res/xml/file_paths.xml
Daniel 747ec7a89e
All checks were successful
Forgejo Android APK / Build signed APK (push) Successful in 1m39s
fix mobile export save actions
2026-05-10 23:56:51 +02:00

7 lines
320 B
XML

<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<external-path name="my_images" path="." />
<cache-path name="my_cache_images" path="." />
<files-path name="my_files" path="." />
<external-files-path name="my_external_files" path="." />
</paths>