nextcloud-android/src/main/res/xml/exposed_filepaths.xml

11 lines
442 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2017-05-15 10:08:19 +03:00
<paths>
<files-path
path="log/"
name="log"/>
2017-04-13 02:01:53 +03:00
<external-path name="external_files" path="."/>
<root-path name="external_files" path="/storage/" />
<!-- yes, valid for ALL external storage and not only our app folder, since we can't use @string/data_folder
as a value for 'path' attribute; in practice, we will only generate URIs in our folders, of course -->
2017-04-13 02:01:53 +03:00
</paths>