IMK_Project/app/src/main/res/xml/file_paths.xml
2025-11-16 19:16:16 +07:00

11 lines
344 B
XML

<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Internal storage files -->
<files-path name="internal_files" path="." />
<!-- Notebook files -->
<files-path name="notebooks" path="notebooks/" />
<!-- Cache -->
<cache-path name="cache" path="." />
</paths>