17 lines
506 B
XML
17 lines
506 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<external-path name="external_files" path="Android/data/${applicationId}/files/Pictures"/>
|
|
|
|
<external-path
|
|
name="files_root"
|
|
path="Android/data/${applicationId}" />
|
|
<external-path
|
|
name="external_files"
|
|
path="." />
|
|
<root-path name="root" path="." />
|
|
<files-path name="files" path="." />
|
|
<external-files-path name="my_pdf" path="." />
|
|
|
|
</paths>
|
|
|