Merge "Give extras bundle to showSessionForActiveService" into rvc-dev

This commit is contained in:
Galia Peycheva
2020-05-14 09:06:12 +00:00
committed by Android (Google) Code Review

View File

@@ -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);