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

Commit 243f76a2 authored by Youhan Wang's avatar Youhan Wang Committed by Android (Google) Code Review
Browse files

Merge "Hook the Phone.isUtEnabled() Function to ImsPhone.isUtEnabled()" into nyc-mr2-dev

parents 989b241a c0ba7b0e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2847,6 +2847,9 @@ public abstract class Phone extends Handler implements PhoneInternalInterface {
     * Return if UT capability of ImsPhone is enabled or not
     */
    public boolean isUtEnabled() {
        if (mImsPhone != null) {
            return mImsPhone.isUtEnabled();
        }
        return false;
    }