Details
-
User Story
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
Description
While porting QtMultimedia to new QPermission API, I noticed that the Android backend uses WRITE_EXTERNAL_STORAGE permission. This permission does not have an exact equivalent on other platforms, so it does not look like a good candidate for extending QPermission.
But we could think of some platform-specific public API to query this permission. Then the library code can be updated to check for this permission.
If that is done, at least the AudioRecorder and AudioPanning examples should be updated to request this permission.
Attachments
Issue Links
- is duplicated by
-
QTBUG-136668 Missing API to enable standard Android permissions
-
- Closed
-
- relates to
-
QTBUG-110081 Deprecate READ_EXTERNAL_STORAGE and add support for READ_MEDIA_AUDIO, _IMAGES and _VIDEO
-
- Reported
-