This commit is contained in:
Binondi
2024-12-15 15:21:26 +05:30
parent c6bbb076fc
commit f44c231493
5 changed files with 68 additions and 73 deletions

View 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>