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

Commit d82309a9 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: Ib8b49ea8c7c2616e48b86cb16d86b37311fe9e85
parents cb22ae77 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);