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

Commit 4e7b8957 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

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



Change-Id: I487bc90438b02eaf8fdb4d305cb5b26fe2f3f887
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 8eb94847 22aaf438
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);
                }