118
edits
Nalexander (talk | contribs) (→Testing a distribution locally: Note new --with-android-distribution-directory (Bug 1163082)) |
(Remove "web app" note since there are not web apps anymore.) |
||
| Line 15: | Line 15: | ||
# '''<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>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. | # '''<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>. | Distributions are processed asynchronously during first run. Frontend code can chain post-distribution tasks via <code>Distribution.addOnDistributionReadyCallback</code>. | ||
edits