mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-04 15:28:21 +03:00
See https://stackoverflow.com/questions/32333094/android-fileprovider-for-ext-sdcard for why this solution migth work.
5 lines
No EOL
223 B
XML
5 lines
No EOL
223 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<external-path name="external_files" path="."/>
|
|
<root-path name="external_files" path="/storage/" />
|
|
</paths> |