1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-09 13:51:18 +01:00

replaced traditional file sharing with FileProvider (#174)

replaced traditional file sharing with FileProvider (fixes #173)
This commit is contained in:
Aditya Mehta 2017-11-01 09:53:19 +05:30 committed by Gregor Santner
parent 8ac5c2dee9
commit 255c6d650e
5 changed files with 40 additions and 3 deletions

View file

@ -0,0 +1,3 @@
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<external-path name="external_files" path="."/>
</paths>