Closed Bug 1510648 Opened 6 years ago Closed 6 years ago

Lint Error: Missing Permissions

Categories

(GeckoView :: General, defect, P5)

Unspecified
Android
defect

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
Keywords: good-first-bug
OS: Unspecified → Android
Priority: -- → P5
This is because these persmissions are the responsibility of the embedding app to request,not GeckoView's.
Assignee: nobody → etoop
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
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: