Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3b63b67 authored by Meng Wang's avatar Meng Wang
Browse files

Do not setSubId on SmsMessage.

subId is not used anywhere.

Bug: 140908357
Test: make
Change-Id: I8d1786a8aa5f47886d0127a8009b1312e6d3010e
parent 1385dca8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
            }