Closed
Bug 1212830
(runtime-permissions)
Opened 10 years ago
Closed 9 years ago
[meta] Android 6.0: Support for runtime permissions
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(relnote-firefox 46+)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
relnote-firefox | --- | 46+ |
People
(Reporter: sebastian, Unassigned)
References
()
Details
This meta bug tracks the work needed to support runtime permissions (>= Android 6.0).
System permissions are divided into two categories, normal and dangerous:
* Normal: The system grants the permission automatically (No risk for user's privacy)
* Dangerous permissions: The user has to explicitly give approval.
Currently Firefox needs 5 dangerous permissions:
* Camera
* Contacts
* Location
* Microphone
* Storage
Comment 2•10 years ago
|
||
can this be covered under this Aha card (https://mozilla.aha.io/features/FENN-239) or do you think we need a separate one?
Flags: needinfo?(bbermes)
Reporter | ||
Updated•10 years ago
|
Alias: runtime-permissions
Reporter | ||
Comment 3•10 years ago
|
||
(In reply to Barbara Bermes [:barbara] from comment #2)
> can this be covered under this Aha card
> (https://mozilla.aha.io/features/FENN-239) or do you think we need a
> separate one?
I think we should create a separate one. The linked meta bug has a lot of different things attached to it. This here is a somewhat isolated big task. We might want to tackle the different Android M issues in different releases but there's only one that introduces "runtime support" for all permissions.
Flags: needinfo?(bbermes)
Updated•10 years ago
|
Flags: needinfo?(bbermes)
Comment 5•10 years ago
|
||
Sorry for the delay, it has been created now and put into the prioritized list to further discuss.
Flags: needinfo?(bbermes)
Reporter | ||
Updated•10 years ago
|
See Also: → improve-runtime-permissions
Updated•10 years ago
|
QA Contact: flaviu.cos
Comment 6•10 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: Significant feature addition especially for paranoid users.
[Suggested wording]: Firefox installations on Android 6.0 and later will delay asking for some permissions until they are needed.
[Links (documentation, blog post, etc)]:
relnote-firefox:
--- → ?
Comment 7•10 years ago
|
||
Is this ready to note for 46 aurora? Is there anything we can link to (if not now, we should have something for when 46 gets to beta and release)
Flags: needinfo?(gpascutto)
Comment 8•10 years ago
|
||
In the draft of release notes now for 46 as "Request camera, location, microphone, and storage permissions at runtime".
Reporter | ||
Comment 9•10 years ago
|
||
We should somehow mention that this is about the runtime permissions of Android 6+ and not website permissions. Maybe something like: "Added support for Android 6.0 runtime permissions: Users can grant permissions like Camera, Location, Microphone and Storage to Firefox when needed, not when they install the app".
Updated•10 years ago
|
Flags: needinfo?(gpascutto) → needinfo?(lhenry)
Comment 10•10 years ago
|
||
Margaret had suggested not mentioning the specific permissions, and we went with:
On Android 6.0+, Firefox will ask for permissions while the app is running, not when it is installed
Flags: needinfo?(lhenry)
Comment 11•10 years ago
|
||
(In reply to Liz Henry (:lizzard) (needinfo? me) from comment #10)
> Margaret had suggested not mentioning the specific permissions, and we went
> with:
>
> On Android 6.0+, Firefox will ask for permissions while the app is running,
> not when it is installed
Yeah, I think this makes the most sense, since we're not actually changing the permissions that Firefox is asking for, just changing the moment when it asks.
Comment 12•10 years ago
|
||
It's probably worth mentioning that most apps simply say something like "Android 6/Marshmallow Compatibility" and leave it at that since the more savvy users will know that means runtime permissions and the less savvy really won't care.
Reporter | ||
Comment 13•9 years ago
|
||
All bugs are closed. Bugs to improve the permission handling are tracked in bug 1239284.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
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
•