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

Commit 6611afa0 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Revert ImsResolver binding check

am: d91de526

Change-Id: I0905dc7472a76900c97e3902a4501ad88c182ce1
parents 8518b373 d91de526
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -1417,14 +1417,6 @@ public class ImsManager {
     * busy, it will try to connect before reporting failure.
     */
    public boolean isServiceAvailable() {
        // If we are busy resolving dynamic IMS bindings, we are not available yet.
        TelephonyManager tm = (TelephonyManager)
                mContext.getSystemService(Context.TELEPHONY_SERVICE);
        if (tm.isResolvingImsBinding()) {
            Log.d(TAG, "isServiceAvailable: resolving IMS binding, returning false");
            return false;
        }

        connectIfServiceIsAvailable();
        // mImsServiceProxy will always create an ImsServiceProxy.
        return mMmTelFeatureConnection.isBinderAlive();