Provides convenience classes to access the content providers supplied by Android. more...
| BaseColumns | |
| Contacts.ContactMethodsColumns | Columns from the ContactMethods table that other tables join into themseleves. |
| Contacts.PeopleColumns | Columns from the People table that other tables join into themselves. |
| Contacts.PhonesColumns | Columns from the Phones table that other columns join into themselves. |
| OpenableColumns | These are standard columns for openable URIs. |
| Browser | |
| Browser.BookmarkColumns | |
| Browser.SearchColumns | |
| CallLog | The CallLog provider contains information about placed and received calls. |
| CallLog.Calls | Contains the recent calls. |
| Contacts | The Contacts provider stores all information about contacts. |
| Contacts.ContactMethods | This table stores all non-phone contact methods and a reference to the person that the contact method belongs to. |
| Contacts.Intents | Contains helper classes used to create or manage Intents that involve contacts. |
| Contacts.Intents.Insert | Convenience class that contains string constants used to create contact Intents. |
| Contacts.Intents.UI | Intents related to the Contacts app UI. |
| Contacts.People | This table contains people. |
| Contacts.People.ContactMethods | A subdirectory of a single person that contains all of their ContactMethods. |
| Contacts.People.Phones | A sub directory of a single person that contains all of their Phones. |
| Contacts.Phones | This table stores phone numbers and a reference to the person that the contact method belongs to. |
| Settings | The Settings provider contains global system-level device preferences. |
| Settings.System | System settings, containing miscellaneous system preferences. |
| Settings.SettingNotFoundException |