Recent searches
No recent searches
Unnecessary dangerous READ_EXTERNAL_STORAGE permission
Posted Dec 11, 2022
Hello, the Zendesk Android SDK uses the READ_EXTERNAL_STORAGE permission. Because it only handles its files and shared photo attachments, would it be possible to instead use https://developer.android.com/training/data-storage/shared/photopicker which is supported all the way to 4.4 and doesn't require any dangerous permissions? Thank you
2
1
1 comment
Mick O'Donnell
Hi Michal,
We took a look at PhotoPicker today following your post, but this library seems to be only for images, wherever the user can upload other document types such as PDF or XLS via the Zendesk SDK. So I don't think that we can use this library. We need to request READ_EXTERNAL_STORAGE as we do today.
0