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

Commit 41ff03fc authored by Tyler Gunn's avatar Tyler Gunn Committed by Automerger Merge Worker
Browse files

Disable "crashed dialer" message when Dialer doesn't implement ICS. am:...

Disable "crashed dialer" message when Dialer doesn't implement ICS. am: 2b0facb2 am: 45b299cd am: fc52d877 am: 0db2490a

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/services/Telecomm/+/11961900

Change-Id: I74627e5617f907999fa54f2d992fc075a400e8d4
parents ab3cb1bf 0db2490a
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -1390,10 +1390,12 @@ public class InCallController extends CallsManagerListenerBase {
                (systemPackageName != null && systemPackageName.equals(packageName))
                ? getInCallServiceComponent(packageName, IN_CALL_SERVICE_TYPE_SYSTEM_UI)
                : getInCallServiceComponent(packageName, IN_CALL_SERVICE_TYPE_DIALER_UI);
        /* TODO: in Android 12 re-enable this an InCallService is required by the dialer role.
            if (packageName != null && defaultDialerComponent == null) {
                // The in call service of default phone app is disabled, send notification.
                sendCrashedInCallServiceNotification(packageName);
            }
        */
        return defaultDialerComponent;
    }