mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
* 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
This commit is contained in:
parent
5a9cce0f79
commit
b244e403c2
3 changed files with 7 additions and 2 deletions
|
|
@ -3,4 +3,5 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue