Granular media permissions
Categories
(Focus :: General, task, P1)
Tracking
(firefox110 fixed)
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: cpeterson, Assigned: mcarare)
References
Details
(Whiteboard: [geckoview:m110])
Attachments
(1 file)
From github: https://github.com/mozilla-mobile/focus-android/issues/7400.
On targeting SDK 33, this will require adding new permissions to the manifest file.
We currently use permission READ_EXTERNAL_STORAGE so when targeting Android 13 we should also add
READ_MEDIA_IMAGES
,READ_MEDIA_AUDIO
,READ_MEDIA_VIDEO
while also keeping the existingREAD_EXTERNAL_STORAGE
.Note: Fortunately, for users that have already allowed reading files from storage, the 3 new permissions are automatically granted.
Change performed by the Move to Bugzilla add-on.
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Comment 1•2 years ago
|
||
Add post notifications permission:
https://github.com/mozilla-mobile/focus-android/commit/05a0a2f2f43c80480681a9c5f2e79f6d313a5689
But more permissions still need to be added.
Assignee | ||
Comment 2•2 years ago
•
|
||
This adds the media files permissions upstream in the AC module, and also handles the necessary code changes:
https://github.com/mozilla-mobile/firefox-android/pull/231.
Comment 3•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 4•2 years ago
|
||
The patch for this was merged in 110.
Reporter | ||
Comment 5•2 years ago
|
||
Resolving as fixed in 110.
Comment hidden (collapsed) |
Description
•