Skip to content

Commit

Permalink
Support exporting profiles on pre-19 APIs
Browse files Browse the repository at this point in the history
On pre-19 APIs, the APRSdroid folder is located directly in the
top-level of the external storage instead of inside Documents.
  • Loading branch information
penguin359 committed Jan 31, 2022
1 parent e7c5ed4 commit 1756780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/xml/file_paths.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<external-path name="APRSdroid" path="Documents/APRSdroid" />
<external-path name="APRSdroid-top" path="APRSdroid" />
</paths>

0 comments on commit 1756780

Please sign in to comment.