Confirmed users
971
edits
Line 140: | Line 140: | ||
====3. (Secure) data storage ==== | ====3. (Secure) data storage ==== | ||
The contacts are stored using async_storage | The contacts are stored using the mozContacts API which uses IndexedDB under the covers. The app also uses async_storage, a wrapper around IndexedDB, to store settings and for example the Facebook oauth token. | ||
The mozContacts data is global to every app with contacts permission while the IndexedDB with app specific data is only available to the communications app. (Dialer, FTU, Contacts) | |||
====4. Denial of Service ==== | ====4. Denial of Service ==== |