Merge "Return USIM IMSI as subscriber ID in case of CDMA-LTE mode" into honeycomb-LTE

This commit is contained in:
Wink Saville
2011-06-21 19:32:16 -07:00
committed by Android (Google) Code Review

View File

@@ -129,6 +129,12 @@ public class CDMALTEPhone extends CDMAPhone {
super.setSystemLocale(language, country, false);
}
// return IMSI from USIM as subscriber ID.
@Override
public String getSubscriberId() {
return mIccRecords.getIMSI();
}
@Override
protected void log(String s) {
if (DBG)