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

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

am 8baae705: am fa2c06ea: am e005c3c4: Merge "Telephony: Add...

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

* commit '8baae705':
  Telephony: Add 'ServiceCategory' to SMS finger print
parents 984ff37a 8baae705
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);