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

Commit f6e080a8 authored by Zongheng Wang's avatar Zongheng Wang
Browse files

Rename createFromNativeSmsSubmitPdu to createSmsSubmitPdu

Bug:149697039
Test: compile
Change-Id: Ie04620a4c4122d1faf43159b06d1a8d3b0d3d3ba
parent bc26f4a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -608,7 +608,7 @@ public class BluetoothMapSmsPdu {
        String ret = "";
        if (type == SMS_TYPE_CDMA) {
            /* This is able to handle both submit and deliver PDUs */
            SmsMessage smsMessage = SmsMessage.createFromNativeSmsSubmitPdu(data, true);
            SmsMessage smsMessage = SmsMessage.createSmsSubmitPdu(data, true);
            if (smsMessage != null) {
                ret = smsMessage.getMessageBody();
            }