am 0d8627be: Merge "Add Contact ID to StreamItem-Fields"
* commit '0d8627be88a1ce4ee5c9076f484afb6006e32900': Add Contact ID to StreamItem-Fields
This commit is contained in:
@@ -3059,6 +3059,12 @@ public final class ContactsContract {
|
||||
* @see ContactsContract.StreamItems
|
||||
*/
|
||||
protected interface StreamItemsColumns {
|
||||
/**
|
||||
* A reference to the {@link android.provider.ContactsContract.Contacts#_ID}
|
||||
* that this stream item belongs to.
|
||||
*/
|
||||
public static final String CONTACT_ID = "contact_id";
|
||||
|
||||
/**
|
||||
* A reference to the {@link RawContacts#_ID}
|
||||
* that this stream item belongs to.
|
||||
|
||||
Reference in New Issue
Block a user