apps-android-commons/app/src/main/res/xml/provider_paths.xml
Blesson Thomas b244e403c2 Fix achievements activity share option (#2416) (#2478)
* Use fileProvider instead of Uri.fromFile()
* As Uri.fromFile() will not work on Android 7.0+, with a targetSdkVersion of 24 or higher, throws FileUriExposedException
2019-02-27 01:53:56 +05:30

7 lines
No EOL
252 B
XML

<?xml version="1.0" encoding="utf-8"?>
<paths>
<cache-path name="images" path="images/" />
<external-path name="Download" path="./"/>
<root-path name="root" path="." />
<external-cache-path name="external_cache_path" path="."/>
</paths>