mirror of
https://github.com/nextcloud/android.git
synced 2024-12-22 16:54:33 +03:00
845e85fb24
Signed-off-by: Mario Danic <mario@lovelyhq.com>
11 lines
505 B
XML
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>
|