Closed
Bug 1510648
Opened 6 years ago
Closed 6 years ago
Lint Error: Missing Permissions
Categories
(GeckoView :: General, defect, P5)
Tracking
(firefox66 fixed)
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: fluffyemily, Assigned: fluffyemily)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
This check scans through your code and libraries and looks at the APIs being used, and checks this against the set of permissions required to access those APIs. If the code using those APIs is called at runtime, then the program will crash.
Furthermore, for permissions that are revocable (with targetSdkVersion 23), client code must also be prepared to handle the calls throwing an exception if the user rejects the request for permission at runtime.
Affected classes:
GeckoAppShell
GeckoNetworkManager
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
This is because these persmissions are the responsibility of the embedding app to request,not GeckoView's.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → etoop
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Pushed by etoop@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/589569dbbb63
Suppress MissingPermission warnings. r=geckoview-reviewers,snorp
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•