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: NUMBER

+ * @hide */ public static final String CONTACT_CHAT_CAPABILITY = "contact_chat_capability"; @@ -2412,24 +2413,28 @@ public final class ContactsContract { /** * Contact's audio/video chat capability level. *

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 { * * * - * int - * {@link #CHAT_CAPABILITY} - * read/write - * Contact IM chat compatibility value. The allowed values combinations of the following - * flags. If None of these flags is set, the device can only do text messaging. - *

- *

- *

- *

- * 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. - *

- * - * - * * String * {@link #STATUS} * read/write