alex_lip08 червня 2018 р. 08:43
Пути для file Provider
В документации указаны варианты
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<files-path name="my_images" path="images/"/>
...
</paths>
The
<paths>
element must contain one or more of the following child elements:
<files-path name="name" path="path" />
-
Represents files in the
files/
subdirectory of your app's internal storage area. This subdirectory is the same as the value returned byContext.getFilesDir()
. <cache-path name="name" path="path" />
-
Represents files in the cache subdirectory of your app's internal storage area. The root path
of this subdirectory is the same as the value returned by
getCacheDir()
. <external-path name="name" path="path" />
-
Represents files in the root of the external storage area. The root path of this subdirectory
is the same as the value returned by
Environment.getExternalStorageDirectory()
. <external-files-path name="name" path="path" />
-
Represents files in the root of your app's external storage area. The root path of this
subdirectory is the same as the value returned by
Context#getExternalFilesDir(String) Context.getExternalFilesDir(null)
. <external-cache-path name="name" path="path" />
-
Represents files in the root of your app's external cache area. The root path of this
subdirectory is the same as the value returned by
Context.getExternalCacheDir()
. <external-media-path name="name" path="path" />
-
Represents files in the root of your app's external media area. The root path of this
subdirectory is the same as the value returned by the first result of
Context.getExternalMediaDirs()
.Note: this directory is only available on API 21+ devices.
QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) - Это какой из них ?
Или нужен другой стандартный Qt путь?
Рекомендуємо хостинг TIMEWEB
Стабільний хостинг, на якому розміщується соціальна мережа EVILEG. Для проектів на Django радимо VDS хостинг.Вам це подобається? Поділіться в соціальних мережах!
AD
- Akiv Doros
- 11 листопада 2024 р. 14:58
C++ - Тест 004. Указатели, Массивы и Циклы
- Результат:50бали,
- Рейтинг балів-4
m
- molni99
- 26 жовтня 2024 р. 01:37
C++ - Тест 004. Указатели, Массивы и Циклы
- Результат:80бали,
- Рейтинг балів4
m
- molni99
- 26 жовтня 2024 р. 01:29
C++ - Тест 004. Указатели, Массивы и Циклы
- Результат:20бали,
- Рейтинг балів-10
Останні коментарі
ИМ
Django - Підручник 017. Налаштуйте сторінку входу до Django Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
Игорь Максимов22 листопада 2024 р. 11:51
Evgenii Legotckoi31 жовтня 2024 р. 14:37
Читалка файлів fb3 на Qt Creator Подскажите как это запустить? Я не шарю в программировании и кодинге. Скачал и установаил Qt, но куча ошибок выдается и не запустить. А очень надо fb3 переконвертировать в html
ИМ
Django - Урок 064. Як написати розширення для Python Markdown Приветствую Евгений! У меня вопрос. Можно ли вставлять свои классы в разметку редактора markdown? Допустим имея стандартную разметку: <ul> <li></li> <li></l…
Игорь Максимов05 жовтня 2024 р. 07:51
QML - Урок 016. База даних SQLite та робота з нею в QML Qt Здравствуйте, возникает такая проблема (я новичок): ApplicationWindow неизвестный элемент. (М300) для TextField и Button аналогично. Могу предположить, что из-за более новой верси…
Тепер обговоріть на форумі
Evgenii Legotckoi24 червня 2024 р. 15:11
t
google domain [url=https://google.com/]domain[/url] domain [http://www.example.com link title]
tonypeachey115 листопада 2024 р. 06:04
NSProject04 червня 2022 р. 03:49
IscanderChe31 жовтня 2024 р. 15:43
Машина тьюринга // Начальное состояние 0 0, ,<,1 // Переход в состояние 1 при пустом символе 0,0,>,0 // Остаемся в состоянии 0, двигаясь вправо при встрече 0 0,1,>…
Я так думаю, что лучше использовать из QStandardPaths::DataLocation или QStandardPaths::HomeLocation,
QStandardPaths::DataLocation
дает
QUrl("file:///data/user/0/org.adm.esd/files") + добавить свою папку
Context.getFilesDir() - /data/user/0/org.adm.esd/files + добавить свою папку
Таким образом в fileprovider указываем