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:
parent
8ac5c2dee9
commit
255c6d650e
5 changed files with 40 additions and 3 deletions
3
app/src/main/res/xml/file_provider_paths.xml
Normal file
3
app/src/main/res/xml/file_provider_paths.xml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<external-path name="external_files" path="."/>
|
||||
</paths>
|
||||
Loading…
Add table
Add a link
Reference in a new issue