diff options
author | Tammo Spalink <tammo@google.com> | 2009-09-21 15:26:10 +0800 |
---|---|---|
committer | Tammo Spalink <tammo@google.com> | 2009-09-24 13:19:08 +0800 |
commit | 3cc97f8dbc22eff56f17f30e1633084af507eff4 (patch) | |
tree | 3a44bb549fa97af2f2da29fe60f677c6a0783a1a /api | |
parent | 7c5c6076ea5d02aabbb449b1341ec44d184d1316 (diff) | |
download | frameworks_base-3cc97f8dbc22eff56f17f30e1633084af507eff4.zip frameworks_base-3cc97f8dbc22eff56f17f30e1633084af507eff4.tar.gz frameworks_base-3cc97f8dbc22eff56f17f30e1633084af507eff4.tar.bz2 |
Add Phone.getPhoneType() operation.
This routine returns integer values defined in the Phone interface,
derived from RILConstants values. Direct references to the
RILConstants are replaced by references to these new ones for
consistency.
API CHANGE:
unhide TelephonyManager.PHONE_TYPE_CDMA
Addresses issue:
http://buganizer/issue?id=1905415
Change-Id: Icfec6d457231b098c031677a66770b5e57be4a44
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index d764d16..36a82a8 100644 --- a/api/current.xml +++ b/api/current.xml @@ -125112,6 +125112,17 @@ visibility="public" > </field> +<field name="PHONE_TYPE_CDMA" + type="int" + transient="false" + volatile="false" + value="2" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="PHONE_TYPE_GSM" type="int" transient="false" |