Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d8627be authored by Daniel Lehmann's avatar Daniel Lehmann Committed by Android (Google) Code Review
Browse files

Merge "Add Contact ID to StreamItem-Fields"

parents b524d341 e8aae096
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16686,6 +16686,7 @@ package android.provider {
    field public static final java.lang.String ACCOUNT_NAME = "account_name";
    field public static final java.lang.String ACCOUNT_TYPE = "account_type";
    field public static final java.lang.String COMMENTS = "comments";
    field public static final java.lang.String CONTACT_ID = "contact_id";
    field public static final java.lang.String DATA_SET = "data_set";
    field public static final java.lang.String RAW_CONTACT_ID = "raw_contact_id";
    field public static final java.lang.String RAW_CONTACT_SOURCE_ID = "raw_contact_source_id";
+6 −0
Original line number Diff line number Diff line
@@ -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.