✨
This commit is contained in:
8
app/src/main/res/xml/file_paths.xml
Normal file
8
app/src/main/res/xml/file_paths.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- Allow access to external files -->
|
||||
<external-path name="external_files" path="." />
|
||||
<!-- Allow access to hidden directories -->
|
||||
<external-files-path name="hidden_files" path=".CalculatorHide/" />
|
||||
</paths>
|
||||
|
||||
Reference in New Issue
Block a user