Adapt code to work with updated Firefox Mobile application name
Background / User story
In eyeo/adblockplus/adblockpluschrome#243 (closed), we changed the application name for Firefox Mobile from "fennec" to "firefox". Therefore we need to adapt our code accordingly to remain compatible.
What to change
- Design: N/A
- Research: N/A
- Spec: N/A
- Legal: N/A
-
Development: Adapt any code that either explicitly or implicitly uses the "fennec" application name, to use the OS name "android" (via
browser.runtime.getPlatformInfo()
) instead.
Hints for testers
None.
Hints for translators
N/A
Integration notes
Edited by Thomas Greiner