Merge "Give extras bundle to showSessionForActiveService" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4e46cf22a4
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user