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

Commit 7258f5af authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make Telecom changes in response to API changes" into rvc-dev

parents 0cd4c9b4 a21f6ca0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2888,8 +2888,8 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable,
        }

        // Is there a valid SMS application on the phone?
        if (TelephonyManager.getDefaultRespondViaMessageApplication(mContext,
                true /*updateIfNeeded*/) == null) {
        if (mContext.getSystemService(TelephonyManager.class)
                .getAndUpdateDefaultRespondViaMessageApplication() == null) {
            return false;
        }