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

Commit 76e0d9e8 authored by Nathan Harold's avatar Nathan Harold Committed by Android (Google) Code Review
Browse files

Merge "Hook the Phone.isUtEnabled() Function to ImsPhone.isUtEnabled()"

parents 4ddce7fa 064157e0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2853,6 +2853,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;
    }