From dfa834eee1bcd000e911e56dac821aa5ea7234c2 Mon Sep 17 00:00:00 2001
From: Vasu Nori
Date: Mon, 20 Sep 2010 14:48:38 -0700
Subject: [PATCH] (do not merge)hide videochat changes in gingerbread.
bug:3001483
do not merge to master
Change-Id: Ib5e519fb40d3191ecac06c03a844872df19f3963
---
api/current.xml | 55 -------------------
.../android/provider/ContactsContract.java | 25 ++-------
2 files changed, 5 insertions(+), 75 deletions(-)
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.
- *
- *
- * - {@link #CAPABILITY_HAS_VIDEO}
- * - {@link #CAPABILITY_HAS_VOICE}
- * - {@link #CAPABILITY_HAS_CAMERA}
- *
- *
- *
- * 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 |