am 0d8627be: Merge "Add Contact ID to StreamItem-Fields"

* commit '0d8627be88a1ce4ee5c9076f484afb6006e32900':
  Add Contact ID to StreamItem-Fields
This commit is contained in:
Daniel Lehmann
2011-08-25 13:24:06 -07:00
committed by Android Git Automerger
2 changed files with 7 additions and 0 deletions

View File

@@ -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.