Mobile/Fennec/Android/Downloadable Content: Difference between revisions

From MozillaWiki
< Mobile‎ | Fennec‎ | Android
Jump to navigation Jump to search
(Created page with "Firefox for Android supports downloading app content at runtime in order to: * Reduce the APK size (Content does not need to be shipped inside the APK) * Update content withou...")
 
 
Line 16: Line 16:
* Use credentials from Mana
* Use credentials from Mana
* Select "catalog" collection in "fennec" bucket
* Select "catalog" collection in "fennec" bucket
* Follow the admin UI

Latest revision as of 10:29, 17 October 2016

Firefox for Android supports downloading app content at runtime in order to:

  • Reduce the APK size (Content does not need to be shipped inside the APK)
  • Update content without requiring an app update (Content can be updated at any time).

Currently this mechanism is used for:

Firefox for Android ships with a reduced catalog of downloadable content. This catalog is update/synchronized from an online version maintained by Kinto.

Adding / updating content

Production environment