OSDN Git Service

Changing usage of carrier name field of SubInfoRecord
authorSanket Padawe <sanketpadawe@google.com>
Tue, 24 Feb 2015 21:15:15 +0000 (13:15 -0800)
committerThe Android Automerger <android-build@google.com>
Wed, 4 Mar 2015 04:04:16 +0000 (20:04 -0800)
Bug: 19476304
Change-Id: Ia16465584cf31858bbf1ae36cfdbf21184de10d7

telephony/java/android/telephony/SubscriptionInfo.java

index ca3c636..37ffa06 100644 (file)
@@ -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;