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

Commit 406e8b12 authored by Junyeong Bak's avatar Junyeong Bak Committed by Automerger Merge Worker
Browse files

Modified to add only available known NON UI InCallServices am: 1558ab55 am:...

Modified to add only available known NON UI InCallServices am: 1558ab55 am: a71c22f3 am: 22aaf438 am: 4e7b8957

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



Change-Id: Iac2338eb9e295d460351aa339c50231516fba9be
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 71c30843 4e7b8957
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2121,7 +2121,7 @@ public class InCallController extends CallsManagerListenerBase implements

                ComponentName foundComponentName =
                        new ComponentName(serviceInfo.packageName, serviceInfo.name);
                if (requestedType == IN_CALL_SERVICE_TYPE_NON_UI) {
                if (currentType == IN_CALL_SERVICE_TYPE_NON_UI) {
                    mKnownNonUiInCallServices.add(foundComponentName);
                }