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

Commit 11811612 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov Committed by Android (Google) Code Review
Browse files

Merge "Resolving a field naming conflict caused by the table join."

parents 6b477fe4 86fe8392
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1510,7 +1510,7 @@ public final class ContactsContract {
         * <P>Type: INTEGER</P>
         * @hide
         */
        public static final String IS_READ_ONLY = "is_read_only";
        public static final String RAW_CONTACT_IS_READ_ONLY = "raw_contact_is_read_only";
    }

    /**