forked from trent_larson/crowd-funder-for-time-pwa
- Replace direct file writing with app-private storage + share dialog - Add Share plugin for cross-platform file sharing - Update file paths configuration for Android - Fix permission issues by using Directory.Data instead of Documents - Simplify file export flow in DataExportSection
6 lines
257 B
XML
6 lines
257 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="." />
|
|
</paths> |