Closed
Bug 1468075
Opened 7 years ago
Closed 4 years ago
Review usage of Reflection for accessing private SDK interfaces on Android P
Categories
(Firefox for Android Graveyard :: General, enhancement)
Tracking
(fennec?)
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
fennec | ? | --- |
People
(Reporter: JanH, Unassigned)
References
Details
We need to check our code bases for instances where we're using reflection to access otherwise inaccessible (private, @Hidden, etc.) framework methods and check whether Google's new reflection blacklist/greylist on Android P affects them.
If that is the case, we'd have to find workaround and/or file an issue with Google.
See e.g.
https://commonsware.com/blog/2018/01/18/think-hard-about-hide.html and
https://commonsware.com/blog/2018/03/01/hide-penny-drops.html
Comment 1•4 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: 4 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•4 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
•