blob: f7223d30b0504249006756a9f16224f7f5e22b0d [file] [log] [blame]
<!-- BEGIN_INCLUDE(file_provider_paths_declaration) -->
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Offer access to files under Context.getFilesDir() + "thumbs/"
through alias "my_thumbs" -->
<files-path name="my_thumbs" path="thumbs/" />
<!-- Offer access to files under Environment.getExternalStorageDirectory()
through alias "my_external" -->
<external-path name="my_external" />
<!-- Offer access to files under "/proc" through alias "my_proc" -->
<root-path name="my_proc" path="proc/" />
</paths>
<!-- END_INCLUDE(file_provider_paths_declaration) -->