Skip to content

Commit 1756780

Browse files
committed
Support exporting profiles on pre-19 APIs
On pre-19 APIs, the APRSdroid folder is located directly in the top-level of the external storage instead of inside Documents.
1 parent e7c5ed4 commit 1756780

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/xml/file_paths.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<paths xmlns:android="http://schemas.android.com/apk/res/android">
22
<external-path name="APRSdroid" path="Documents/APRSdroid" />
3+
<external-path name="APRSdroid-top" path="APRSdroid" />
34
</paths>

0 commit comments

Comments
 (0)