Closed Bug 1258452 Opened 9 years ago Closed 9 years ago

Add READ_EXTERNAL_STORAGE permission to Fennec

Categories

(Firefox for Android Graveyard :: General, defect)

defect
Not set
normal

Tracking

(firefox48 fixed)

RESOLVED FIXED
Firefox 48
Tracking Status
firefox48 --- fixed

People

(Reporter: nalexander, Assigned: nalexander)

References

(Blocks 1 open bug)

Details

sebastian reviewed this tiny patch in https://bugzilla.mozilla.org/show_bug.cgi?id=1254353#c9. That ticket is lagging so landing here.
https://hg.mozilla.org/integration/fx-team/rev/91736cfdc9b0128cf40a779163d3fa244dcac933 Bug 1258452 - Pre: Assemble app and tests when collecting dependencies. r=me https://hg.mozilla.org/integration/fx-team/rev/a42ef90399bd6a848fb839647ea328e9453ffe5f Bug 1258452 - Explicitly request READ_EXTERNAL_STORAGE permission. r=sebastian
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
Is this going to result in a permissions bump for users?
Flags: needinfo?(nalexander)
(In reply to :Margaret Leibovic from comment #3) > Is this going to result in a permissions bump for users? To the best of my knowledge, no. READ_EXTERNAL_STORAGE is considered "dangerous", per Android: https://developer.android.com/reference/android/Manifest.permission.html#READ_EXTERNAL_STORAGE; but it's *implicitly* granted if you request WRITE_EXTERNAL_STORAGE, which we do. This patch just *explicitly* asks for the permission, to work around a weirdness in the Android toolchain where the permission isn't always implicitly granted in the bouncer APK. So we always have this permission (implicitly granted) in Fennec proper; this adds it to the bouncer.
Flags: needinfo?(nalexander)
No longer blocks: gradle-automation
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.