mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-16 20:04:23 +02:00
Added missing Android build stuff
This commit is contained in:
11
pkg/android/res/xml/qtprovider_paths.xml
Normal file
11
pkg/android/res/xml/qtprovider_paths.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- For getFilesDirectory() -->
|
||||
<files-path name="files_path" path="/"/>
|
||||
<!-- For getExternalStorageDirectory() -->
|
||||
<external-path name="external_path" path="/"/>
|
||||
<!-- For getExternalFilesDir() -->
|
||||
<external-files-path name="external_files_path" path="/"/>
|
||||
<!-- For getExternalCacheDir() -->
|
||||
<external-cache-path name="external_cache_path" path="/"/>
|
||||
</paths>
|
Reference in New Issue
Block a user