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

Commit a71c22f3 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

parents 8dc0fda3 1558ab55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1732,7 +1732,7 @@ public class InCallController extends CallsManagerListenerBase implements
                        packageName);
                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);
                }