B2G/MarketCustomizations: Difference between revisions

Line 526: Line 526:
   }
   }


* default_contacts: path to the file containing contacts that will be preloaded to the contacts application. Same format as [https://wiki.mozilla.org/B2G/MarketCustomizations&section=26#contacts.json contacts.json]
=== Contacts ===
default_contacts.json should contain contacts that will be preloaded to the contacts application, depending on the MCC/MNC pair present at FTU time. The section names are the MCC/MNC pair, and section contents should be an array of contacts following the same format as [https://wiki.mozilla.org/B2G/MarketCustomizations&section=26#contacts.json contacts.json]
 
For example:
 
    {
        "123123":
        [
            {name: ["John Doe"]},
            // etc
        ],
    }
 
=== Others ===


* ringtone: object with two attributes, both mandatory. This object sets the default ringtone.
* ringtone: object with two attributes, both mandatory. This object sets the default ringtone.
Confirmed users
100

edits