From 958c149496259c0068b47d70f1ab8101ed9968ef Mon Sep 17 00:00:00 2001 From: Vasu Nori Date: Wed, 22 Sep 2010 11:52:53 -0700 Subject: [PATCH] DO NOT MERGE - redo Ib5e519fb40d3191ecac06c03a844872df19f3963 the prev checkin somehow screwed up master..redoing it Change-Id: Ib9e3652d1569ab26fb62ff08c1efeaee7f2de563 --- api/current.xml | 55 ------------------- .../android/provider/ContactsContract.java | 30 ++-------- 2 files changed, 5 insertions(+), 80 deletions(-) diff --git a/api/current.xml b/api/current.xml index 975ec7df76099..de26a2bd455e7 100644 --- a/api/current.xml +++ b/api/current.xml @@ -137982,17 +137982,6 @@ deprecated="not deprecated" visibility="protected" > - - - - - - - - - - Type: NUMBER

+ * @hide */ public static final String CONTACT_CHAT_CAPABILITY = "contact_chat_capability"; @@ -1961,23 +1962,27 @@ 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 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 { *
  • {@link #AVAILABLE}
  • * *

    - *

    - * Since presence status is inherently volatile, the content provider - * may choose not to store this field in long-term storage. - *

    - * - * - * - * int - * {@link #CHAT_CAPABILITY} - * read/write - * Contact IM chat compatibility value. The allowed values are: - *

    - *

    - *

    - *

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