Mobile/Distribution Files: Difference between revisions

Bug 1295675 - Allow for the setting of application level preferences from a distribution
(Updated Android install instructions)
(Bug 1295675 - Allow for the setting of application level preferences from a distribution)
Line 57: Line 57:
* LocalizablePreferences (optional)
* LocalizablePreferences (optional)
* LocalizablePreferences.<locale> (optional)
* LocalizablePreferences.<locale> (optional)
* ApplicationPreferences (optional)
* AndroidPreferences (optional)
* AndroidPreferences (optional)
** This sets Android SharedPreferences for the profile
** This sets Android SharedPreferences for the profile
Line 80: Line 81:
     "distribution.test.localizeable-override": "http://cheese.com"
     "distribution.test.localizeable-override": "http://cheese.com"
   },
   },
  "AnpplicationPreferences": {
    "homepage.for.new.tab.enabled": "true"
  }
   "AndroidPreferences": {
   "AndroidPreferences": {
       "homepage": "http://www.mozilla.com"
       "homepage": "http://www.mozilla.com"
11

edits