Skip to content

Commit bf361b5

Browse files
Kazuhiro OndoWink Saville
authored andcommitted
Return IMEI SV if CDMA-LTE mode is used
IMEI and IMEI SV should be available in CDMA-LTE hybrid system. IMS SV value is not yet returned. Bug: 5042972 Change-Id: I733825e95f802605e06887951e226d26baea8ff2
1 parent cd4636e commit bf361b5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

telephony/java/com/android/internal/telephony/cdma/CDMALTEPhone.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ public String getImei() {
140140
return mImei;
141141
}
142142

143+
@Override
144+
public String getDeviceSvn() {
145+
return mImeiSv;
146+
}
147+
143148
@Override
144149
protected void log(String s) {
145150
if (DBG)

0 commit comments

Comments
 (0)