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
This commit is contained in:
Robert Greenwalt
2010-01-08 11:47:27 -08:00
parent a77f93f76a
commit c849cdf5cf
2 changed files with 45 additions and 5 deletions

View File

@@ -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"