diff options
| author | 2015-02-26 23:47:36 +0000 | |
|---|---|---|
| committer | 2015-02-26 23:47:36 +0000 | |
| commit | 5414d155e5ce3147f9db1b2ec6fb2dcd6473e089 (patch) | |
| tree | 47e8bca0a89132006ed2a2bdb12601e6692ecd61 | |
| parent | bd61b2a1fd6a8369a986a8bb1d840589b752c94e (diff) | |
| parent | 40aa30b3747fc62b14832682d2cc3117edd93b80 (diff) | |
am 40aa30b3: am 654a473b: am 249f2c3a: am 025f0938: Merge "Changing usage of carrier name field of SubInfoRecord" into lmp-mr1-dev
* commit '40aa30b3747fc62b14832682d2cc3117edd93b80':
Changing usage of carrier name field of SubInfoRecord
| -rw-r--r-- | telephony/java/android/telephony/SubscriptionInfo.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/SubscriptionInfo.java b/telephony/java/android/telephony/SubscriptionInfo.java index ca3c636501d5..37ffa063c34f 100644 --- a/telephony/java/android/telephony/SubscriptionInfo.java +++ b/telephony/java/android/telephony/SubscriptionInfo.java @@ -62,7 +62,8 @@ public class SubscriptionInfo implements Parcelable { private CharSequence mDisplayName; /** - * The string displayed to the user that identifies Subscription Provider Name + * String that identifies SPN/PLMN + * TODO : Add a new field that identifies only SPN for a sim */ private CharSequence mCarrierName; |