set of data. They encapsulate the data, and provide mechanisms for defining data security. Content providers are the standard interface that connects data in one process with code running in another process.“
CalendarContract 14 Kalender und Termine CallLog 1 Telefonhistorie Contacts 1 Alter Provider für Kontakte. Deprecated! ContactsContract 5 Neuer Provider für Kontakte MediaStore 1 Alle Mediendaten wie Bilder, Musik, Videos UserDictionary 3 Nutzerwörterbuch
uri Die abzufragende URI String[] projection Die benötigten Spalten String selection Eine WHERE-Klausel String[] selectionArgs Binding-Parameter für das selection-Argument String sortorder Die ORDER BY-Klausel
Argumente: Typ Name Bedeutung URI uri Die zu verändernde URI ContentValues values Die benötigten Spalten String selection Eine WHERE-Klausel String[] selectionArgs Binding-Parameter für das selection-Argument
auf Google+: „Uri are only here to fulfill the Android original leitmotiv: being able to share data from one process to another (usually via ContentProvider).“