diff --git a/api/current.xml b/api/current.xml
index 51315ab0cc2d5..4b5b832b3f7e8 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -149648,17 +149648,6 @@
deprecated="not deprecated"
visibility="protected"
>
-
Type: INTEGER (one of the values below)
+ * @hide */ public static final String CHAT_CAPABILITY = "chat_capability"; /** * An allowed flag of {@link #CHAT_CAPABILITY}. Indicates audio-chat capability (microphone * and speaker) + * @hide */ public static final int CAPABILITY_HAS_VOICE = 1; /** * An allowed flag of {@link #CHAT_CAPABILITY}. Indicates that the contact's device can * display a video feed. + * @hide */ public static final int CAPABILITY_HAS_VIDEO = 2; /** * An allowed flag of {@link #CHAT_CAPABILITY}. Indicates that the contact's device has a * camera that can be used for video chat (e.g. a front-facing camera on a phone). + * @hide */ public static final int CAPABILITY_HAS_CAMERA = 4; } @@ -3593,26 +3598,6 @@ public final class ContactsContract { * * *- *
- * Since chat compatibility is inherently volatile as the contact's availability moves from - * one device to another, the content provider may choose not to store this field in long-term - * storage. - *
- *