Closed
Bug 1027623
Opened 12 years ago
Closed 5 years ago
Add a way to grant/deny getUserMedia permissions persistently on Android
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: gcp, Unassigned)
Details
Manual clone of bug 804611.
The desktop UI for WebRTC seems to have evolved to allow persistent permissions. We should check it out.
Comment 1•12 years ago
|
||
Assigning to Wes to take a look. Not a P1, but would be nice to see what level of effort will be needed.
Assignee: nobody → wjohnston
Comment 2•12 years ago
|
||
Desktop's UI for this was actually removed AFAICT, because it allowed background tabs to start the camera or mic without prompting. We could flip it to only allow access from the foreground tab though.
They just store a permission:
https://hg.mozilla.org/mozilla-central/rev/2c5c8a682efc#l11.94
We could store that as well, but we also need (in the platform?) a way to store which media device was used. That's bug 989094 for us, but since this permission is in the platform, it would need to be there to work correctly...
Hi, could someone take care on this issue?
AFAIK gUM implementation of Firefox for Android is much better than Chrome, but lack of persistent option precludes some critical use cases.
Comment 5•5 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•