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

Commit 50080aa1 authored by Meng Wang's avatar Meng Wang Committed by android-build-merger
Browse files

Merge "Do not setSubId on SmsMessage."

am: 03307979

Change-Id: I7b7eb6c747ce7e9f82f0125519a6bc2fafaa3ef2
parents d1c0e074 03307979
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;
            }