nextcloud-android/src/main/res/xml/exposed_filepaths.xml
Mario Danic 845e85fb24
Most improvements
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-01-15 11:23:31 +01:00

11 lines
505 B
XML

<?xml version="1.0" encoding="utf-8"?>
<paths>
<files-path name="user_files_internal" path="nextcloud/"/>
<files-path
path="log/"
name="log"/>
<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 -->
</paths>