am 0324f4b6: Merge "Fix calling startConfirmation instead of startCommand." into lmp-preview-dev

* commit '0324f4b651e2e02319c580c16aee8d815a9beb24':
  Fix calling startConfirmation instead of startCommand.
This commit is contained in:
Dianne Hackborn
2014-06-12 16:54:09 +00:00
committed by Android Git Automerger

View File

@@ -293,7 +293,7 @@ public class VoiceInteractor {
IVoiceInteractorRequest submit(IVoiceInteractor interactor, String packageName,
IVoiceInteractorCallback callback) throws RemoteException {
return interactor.startConfirmation(packageName, callback, mCommand, mArgs);
return interactor.startCommand(packageName, callback, mCommand, mArgs);
}
}