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

Commit 9050bdec authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6683823 from 7ec69f14 to rvc-release

Change-Id: I9cc25dc8d854b15b67d41827b124a21b9121e7bb
parents 91f190cc 7ec69f14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1080,7 +1080,7 @@ public final class Utils {
                "voice_interaction_service");
        if (!TextUtils.isEmpty(voiceInteraction)) {
            ComponentName component = ComponentName.unflattenFromString(voiceInteraction);
            if (component != null && packageName.equals(component.getPackageName())) {
            if (component != null && TextUtils.equals(packageName, component.getPackageName())) {
                return ForegroundCapableType.VOICE_INTERACTION;
            }
        }