Merge "Do not setSubId on SmsMessage."

This commit is contained in:
Meng Wang
2019-12-19 23:47:22 +00:00
committed by Gerrit Code Review

View File

@@ -1352,7 +1352,6 @@ public final class Telephony {
for (int i = 0; i < pduCount; i++) {
byte[] pdu = (byte[]) messages[i];
msgs[i] = SmsMessage.createFromPdu(pdu, format);
if (msgs[i] != null) msgs[i].setSubId(subId);
}
return msgs;
}