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

Commit fa2c06ea authored by Jake Hamby's avatar Jake Hamby Committed by Android Git Automerger
Browse files

am e005c3c4: Merge "Telephony: Add \'ServiceCategory\' to SMS finger print"

* commit 'e005c3c4':
  Telephony: Add 'ServiceCategory' to SMS finger print
parents a0883b4b e005c3c4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1020,6 +1020,7 @@ public class SmsMessage extends SmsMessageBase {
    /* package */ byte[] getIncomingSmsFingerprint() {
        ByteArrayOutputStream output = new ByteArrayOutputStream();

        output.write(mEnvelope.serviceCategory);
        output.write(mEnvelope.teleService);
        output.write(mEnvelope.origAddress.origBytes, 0, mEnvelope.origAddress.origBytes.length);
        output.write(mEnvelope.bearerData, 0, mEnvelope.bearerData.length);