1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-23 13:30:48 +02:00
Gadgetbridge/app/src/main/res/xml/shared_paths.xml
2023-05-14 16:10:25 +01:00

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>