Skip to content

Commit

Permalink
Adds external-cache-path
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 authored Nov 1, 2024
1 parent 361485f commit 4f32764
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions android/src/main/res/xml/fluwx_file_provider_paths.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<cache-path name="fluwxSharedData" path="fluwxSharedData/"/>
</paths>
<cache-path name="fluwxSharedData" path="fluwxSharedData/" />
<external-cache-path name="externalFluwxSharedData" path="fluwxSharedData/" />
</paths>

0 comments on commit 4f32764

Please sign in to comment.