LINUX.ORG.RU
ФорумMobile

getExternalFilesDir(Environment.DIRECTORY_PICTURES) и MediaStore.Images.Media

 


0

1

Как получить доступ к директории getExternalFilesDir(Environment.DIRECTORY_PICTURES) через MediaStore.Images.Media?

Гуглил два дня - не смог понять, что такое MediaStore.Images.Media.*

Я так понимаю, MediaStore.Images.Media появилось с API 1, https://developer.android.com/reference/android/provider/MediaStore.Images.Me...

Мне нужен доступ к каталогу приложения /sdcard/Android/data/com.myapp.name/.../ через MediaStore.

Немножко на эту тему нашёл здесь: https://developer.android.com/guide/topics/data/data-storage.html

Caution Although the directories provided by getExternalFilesDir() and getExternalFilesDirs() are not accessible by the MediaStore content provider, other apps with the READ_EXTERNAL_STORAGE permission can access all files on the external storage, including these. If you need to completely restrict access for your files, you should instead write your files to the internal storage.

Mirage1_
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.