summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorHung-ying Tyan <tyanh@google.com>2010-08-27 18:08:19 +0800
committerHung-ying Tyan <tyanh@google.com>2010-09-02 08:10:13 +0800
commit3424c02e6b931a8bbd651ae75217bebd008b2605 (patch)
treef8113a62a05f612a54da4c277661542edbcb9773 /api
parenta2511da9d65b11be7f59ed3f525f77e85aeb4bef (diff)
downloadframeworks_base-3424c02e6b931a8bbd651ae75217bebd008b2605.zip
frameworks_base-3424c02e6b931a8bbd651ae75217bebd008b2605.tar.gz
frameworks_base-3424c02e6b931a8bbd651ae75217bebd008b2605.tar.bz2
Add software features for SIP and VOIP
and block SipService creation and SIP API if the feature is not available. Change-Id: Icf780af1ac20dda4d8180cea3e5b20e21a8350bc
Diffstat (limited to 'api')
-rw-r--r--api/current.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 8309a33..3c08549 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -49119,6 +49119,28 @@
visibility="public"
>
</field>
+<field name="FEATURE_SIP"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value="&quot;android.software.sip&quot;"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="FEATURE_SIP_VOIP"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value="&quot;android.software.sip.voip&quot;"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="FEATURE_TELEPHONY"
type="java.lang.String"
transient="false"