diff options
| -rw-r--r-- | core/java/android/provider/ContactsContract.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/provider/ContactsContract.java b/core/java/android/provider/ContactsContract.java index a4ec378051f8..ef73e43fecf5 100644 --- a/core/java/android/provider/ContactsContract.java +++ b/core/java/android/provider/ContactsContract.java @@ -1508,6 +1508,7 @@ public final class ContactsContract { * The "read-only" flag: "0" by default, "1" if the row cannot be modified or * deleted except by a sync adapter. See {@link ContactsContract#CALLER_IS_SYNCADAPTER}. * <P>Type: INTEGER</P> + * @hide */ public static final String IS_READ_ONLY = "is_read_only"; } @@ -2269,6 +2270,7 @@ public final class ContactsContract { * The "read-only" flag: "0" by default, "1" if the row cannot be modified or * deleted except by a sync adapter. See {@link ContactsContract#CALLER_IS_SYNCADAPTER}. * <P>Type: INTEGER</P> + * @hide */ public static final String IS_READ_ONLY = "is_read_only"; |