exposed_filepaths.xml 377 B

123456
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <paths xmlns:android="http://schemas.android.com/apk/res/android">
  3. <external-path name="file" path="/" />
  4. <!-- yes, valid for ALL external storage and not only our app folder, since we can't use @string/data_folder
  5. as a value for 'path' attribute; in practice, we will only generate URIs in our folders, of course -->
  6. </paths>