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

Commit 9aaaa1eb authored by Ricky Wai's avatar Ricky Wai
Browse files

Add RawContactsEntity.CORP_CONTENT_URI

Bug: 19551325
Change-Id: I7b2801e4a80ac5da1f1d53e41043657d07874ae6
parent 11b264e2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -4808,6 +4808,14 @@ public final class ContactsContract {
        public static final Uri CONTENT_URI =
                Uri.withAppendedPath(AUTHORITY_URI, "raw_contact_entities");

        /**
        * The content:// style URI for this table in corp profile
        *
        * @hide
        */
        public static final Uri CORP_CONTENT_URI =
                Uri.withAppendedPath(AUTHORITY_URI, "raw_contact_entities_corp");

        /**
         * The content:// style URI for this table, specific to the user's profile.
         */