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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user