OSDN Git Service

[DS] Correct the access method for telephony system property
authorLegler Wu <legler.wu@mediatek.com>
Thu, 29 Jan 2015 07:07:39 +0000 (15:07 +0800)
committerStuart Scott <stuartscott@google.com>
Fri, 30 Jan 2015 03:02:55 +0000 (19:02 -0800)
commit85973dcf8cd7d7a964ba746875a0c572685d1807
treebb5547d9067bfb66fdfdb471d9389b6eb1ab080d
parent5df10e1842606f9a9a829a4779bf8f610b2d7bd9
[DS] Correct the access method for telephony system property

Revise the method to access telephony system property.
Add several PROPERTY_XXX_XXX_MSIM for MSIM type system properties. If
caller use the old one, it will be dispatched to new one and get by
default phone id.
Ex. PROPERTY_ICC_OPERATOR_NUMERIC

Bug: 18675498
Change-Id: I008a7390fefbbcd9f6569f059d48eedf1da28de0
telephony/java/android/telephony/PhoneNumberUtils.java
telephony/java/android/telephony/SubscriptionManager.java
telephony/java/android/telephony/TelephonyManager.java