Aucune description

provider_paths.xml 409B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <paths xmlns:android="http://schemas.android.com/apk/res/android">
  3. <external-path
  4. name="external_files"
  5. path="." />
  6. <files-path
  7. name="files-path"
  8. path="." /> <!-- Used to access into application data files -->
  9. <cache-path
  10. name="cache-path"
  11. path="." /> <!-- Used to access files in cache directory -->
  12. </paths>