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

Commit 19db02b9 authored by Tammo Spalink's avatar Tammo Spalink Committed by The Android Open Source Project
Browse files

am 641bb3d8: expose (but still hide) sms user data headers

Merge commit '641bb3d8'

* commit '641bb3d8':
  expose (but still hide) sms user data headers
parents 93a7fb07 641bb3d8
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -517,9 +517,14 @@ public class SmsMessage {
        return mWrappedSmsMessage.getUserData();
    }

    /* Not part of the SDK interface and only needed by specific classes:
       protected SmsHeader getUserDataHeader()
    /**
     * Return the user data header (UDH).
     *
     * @hide
     */
    public SmsHeader getUserDataHeader() {
        return mWrappedSmsMessage.getUserDataHeader();
    }

    /**
     * Returns the raw PDU for the message.
+0 −2
Original line number Diff line number Diff line
@@ -637,8 +637,6 @@ public class SmsMessage extends SmsMessageBase{
        /**
         * Returns an object representing the user data headers
         *
         * @return an object representing the user data headers
         *
         * {@hide}
         */
        SmsHeader getUserDataHeader() {