Skip to content

Commit

Permalink
Update provider_paths.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
xC3FFF0E authored Mar 16, 2022
1 parent 11ac698 commit 9b086fd
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions app/src/main/res/xml/provider_paths.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?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>
<?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>

0 comments on commit 9b086fd

Please sign in to comment.