android1.5所有ContentProvider

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.Extensions The extensions for a person
Contacts.GroupMembership
Contacts.Groups This table contains the groups for an account.
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.Organizations A sub directory of a single person that contains all of their Phones.
Contacts.People This table contains people.
Contacts.People.ContactMethods A subdirectory of a single person that contains all of their ContactMethods.
Contacts.People.Extensions The extensions for a person
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.
Contacts.Photos The photos over all of the people
Contacts.Settings The settings over all of the people
LiveFolders

A LiveFolder is a special folder whose content is provided by a ContentProvider.

MediaStore The Media provider contains meta data for all available media on both internal and external storage devices.
MediaStore.Audio Container for all audio content.
MediaStore.Audio.Albums Contains artists for audio files
MediaStore.Audio.Artists Contains artists for audio files
MediaStore.Audio.Artists.Albums Sub-directory of each artist containing all albums on which a song by the artist appears.
MediaStore.Audio.Genres Contains all genres for audio files
MediaStore.Audio.Genres.Members Sub-directory of each genre containing all members.
MediaStore.Audio.Media
MediaStore.Audio.Playlists Contains playlists for audio files
MediaStore.Audio.Playlists.Members Sub-directory of each playlist containing all members.
MediaStore.Images Contains meta data for all available images.
MediaStore.Images.Media
MediaStore.Images.Thumbnails
MediaStore.Video
MediaStore.Video.Media
SearchRecentSuggestions This is a utility class providing access to SearchRecentSuggestionsProvider.
Settings The Settings provider contains global system-level device preferences.
Settings.NameValueTable Common base for tables of name/value settings.
Settings.Secure Secure system settings, containing system preferences that applications can read but are not allowed to write.
Settings.System System settings, containing miscellaneous system preferences.
UserDictionary A provider of user defined words for input methods to use for predictive text input.
UserDictionary.Words Contains the user defined words

你可能感兴趣的:(ContentProvider)