canmove, Confirmed users
640
edits
No edit summary |
|||
| Line 10: | Line 10: | ||
==Overview== | ==Overview== | ||
There are currently three ways distribution files can be ... distributed: | There are currently three ways distribution files can be ... distributed: | ||
# A folder of distribution files is repackaged into the Android APK. During the first run, those files are extracted from the APK and stored in the /data/data/org.mozilla.firefox/distribution/* | # A folder of distribution files is repackaged into the Android APK. During the first run, those files are extracted from the APK and stored in the <code>/data/data/org.mozilla.firefox/distribution/*</code> directory. | ||
# A folder of distribution files are shipped with the ROM image in /system/org.mozilla.firefox/distribution/* | # 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. | ||
# 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. | # 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. | ||