mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-15 06:29:24 +01:00
8 lines
307 B
XML
8 lines
307 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- defines directories shared to other applications -->
|
|
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<external-path name="external_files" path="."/>
|
|
<files-path name="gpx" path="./" />
|
|
<cache-path name="raw" path="raw/" />
|
|
</paths>
|