summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorRobert Greenwalt <robdroid@android.com>2010-01-08 11:47:27 -0800
committerRobert Greenwalt <robdroid@android.com>2010-01-13 10:01:44 -0800
commitc849cdf5cfde007ce591838c4e2b777fb4843c8d (patch)
treec21dde7e344ea856d73099844fd09bfb2d21ffd3 /api
parenta77f93f76a40128ecc3d017ead6d1105f96b282a (diff)
downloadframeworks_base-c849cdf5cfde007ce591838c4e2b777fb4843c8d.zip
frameworks_base-c849cdf5cfde007ce591838c4e2b777fb4843c8d.tar.gz
frameworks_base-c849cdf5cfde007ce591838c4e2b777fb4843c8d.tar.bz2
Unhide some CM constants to support unbundling.
The MOBILE_MMS, MOBILE_SUPL, MOBILE_DUN and MOBILE_HIPRI net types used by location, messaging, and vending needed to be exposed. Bug: 2363272 Change-ID: I6d2361d3642064db619b283b9217512563eb3439
Diffstat (limited to 'api')
-rw-r--r--api/current.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 92540b1..f3e614a 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -83874,6 +83874,50 @@
visibility="public"
>
</field>
+<field name="TYPE_MOBILE_DUN"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="4"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="TYPE_MOBILE_HIPRI"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="5"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="TYPE_MOBILE_MMS"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="2"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="TYPE_MOBILE_SUPL"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="3"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="TYPE_WIFI"
type="int"
transient="false"