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

Commit 48d04ec3 authored by Brian Attwell's avatar Brian Attwell Committed by Android (Google) Code Review
Browse files

Merge "Add IN_DEFAULT_DIRECTORY to contract"

parents 24ba99c2 2fa85d38
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -900,6 +900,14 @@ public final class ContactsContract {
         */
        public static final String PHOTO_THUMBNAIL_URI = "photo_thumb_uri";

        /**
         * Flag that reflects whether the contact exists inside the default directory.
         * Ie, whether the contact is designed to only be visible outside search.
         *
         * @hide
         */
        public static final String IN_DEFAULT_DIRECTORY = "in_default_directory";

        /**
         * Flag that reflects the {@link Groups#GROUP_VISIBLE} state of any
         * {@link CommonDataKinds.GroupMembership} for this contact.