118
edits
Changes
Remove "web app" note since there are not web apps anymore.
# '''<big>System distributions</big>''': A folder of distribution files are shipped with the ROM image in <code>/system/org.mozilla.firefox/distribution/*</code> directory. Shipping in this way ensures the files are not easily overwritten or removed by an application update. Note, files found in the <code>/data/data/org.mozilla.firefox/distribution/*</code> directory will "win" in cases where both locations are used.
# '''<big>Over-the-air distributions</big>''': A distribution zip file is downloaded over-the-air as a result of a post-install referrer intent. See {{bug|1013024}}. This feature should ship with Firefox 33.
Distributions are processed asynchronously during first run. Frontend code can chain post-distribution tasks via <code>Distribution.addOnDistributionReadyCallback</code>.