Merge "Return USIM IMSI as subscriber ID in case of CDMA-LTE mode" into honeycomb-LTE
This commit is contained in:
@@ -129,6 +129,12 @@ public class CDMALTEPhone extends CDMAPhone {
|
|||||||
super.setSystemLocale(language, country, false);
|
super.setSystemLocale(language, country, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// return IMSI from USIM as subscriber ID.
|
||||||
|
@Override
|
||||||
|
public String getSubscriberId() {
|
||||||
|
return mIccRecords.getIMSI();
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void log(String s) {
|
protected void log(String s) {
|
||||||
if (DBG)
|
if (DBG)
|
||||||
|
|||||||
Reference in New Issue
Block a user