am bf361b59: Return IMEI SV if CDMA-LTE mode is used
* commit 'bf361b59e4e6c1c7c710e73260a77e9937f1fb59': Return IMEI SV if CDMA-LTE mode is used
This commit is contained in:
@@ -140,6 +140,11 @@ public class CDMALTEPhone extends CDMAPhone {
|
||||
return mImei;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getDeviceSvn() {
|
||||
return mImeiSv;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void log(String s) {
|
||||
if (DBG)
|
||||
|
||||
Reference in New Issue
Block a user