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

Commit 204307bb authored by Galia Peycheva's avatar Galia Peycheva Committed by Automerger Merge Worker
Browse files

Merge "Give extras bundle to showSessionForActiveService" into rvc-dev am: 4e46cf22

Change-Id: I1f3eb94e31e28b6df2f075be830fd82ef3e0aa4b
parents 6390fd76 4e46cf22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3213,7 +3213,7 @@ public class ActivityTaskManagerService extends IActivityTaskManager.Stub {
            if (TextUtils.equals(pae.intent.getAction(),
                    android.service.voice.VoiceInteractionService.SERVICE_INTERFACE)) {
                // Start voice interaction through VoiceInteractionManagerService.
                mAssistUtils.showSessionForActiveService(sendBundle, SHOW_SOURCE_APPLICATION,
                mAssistUtils.showSessionForActiveService(pae.extras, SHOW_SOURCE_APPLICATION,
                        null, null);
            } else {
                pae.intent.replaceExtras(pae.extras);