11 lines
344 B
XML
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> |