diff --git a/api/current.xml b/api/current.xml
index d388dd35acc74..1905f9e1f8c07 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -139639,17 +139639,6 @@
deprecated="not deprecated"
visibility="protected"
>
-
Type: INTEGER (one of the values below)
+ * @hide */ public static final String CHAT_CAPABILITY = "chat_capability"; /** * An allowed value of {@link #CHAT_CAPABILITY}. Indicates that the contact's device can * display a video feed. + * @hide */ public static final int CAPABILITY_HAS_VIDEO_PLAYBACK_ONLY = 1; /** * An allowed value of {@link #CHAT_CAPABILITY}. Indicates audio-chat capability. + * @hide */ public static final int CAPABILITY_HAS_VOICE = 2; /** * An allowed value 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; } @@ -3119,31 +3124,6 @@ public final class ContactsContract { *- * Since presence status is inherently volatile, the content provider - * may choose not to store this field in long-term storage. - *
- * - * - *- *
- * 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. - *
- *