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

Commit eebf7b95 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

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

* commit '0324f4b651e2e02319c580c16aee8d815a9beb24':
  Fix calling startConfirmation instead of startCommand.
parents c45d5d2a 34468351
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
        }
   }