2016-08-31 13:57:24 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-05-15 10:08:19 +03:00
|
|
|
<paths>
|
2018-01-11 22:18:05 +03:00
|
|
|
<files-path name="user_files_internal" path="nextcloud/"/>
|
2017-05-15 10:08:19 +03:00
|
|
|
<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/" />
|
2016-08-31 13:57:24 +03:00
|
|
|
<!-- 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>
|