mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-01-05 15:40:08 +02:00
avoid crash in debug for pictures
This commit is contained in:
parent
4d4d27e512
commit
550187afc5
1 changed files with 11 additions and 0 deletions
11
app/src/debug/res/xml/file_paths.xml
Normal file
11
app/src/debug/res/xml/file_paths.xml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<paths>
|
||||||
|
<external-path
|
||||||
|
name="my_images"
|
||||||
|
path="Android/data/fr.gouv.etalab.mastodon.debug/files/Pictures" />
|
||||||
|
|
||||||
|
<cache-path
|
||||||
|
name="*"
|
||||||
|
path="." />
|
||||||
|
|
||||||
|
</paths>
|
Loading…
Reference in a new issue