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

Commit 34468351 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix calling startConfirmation instead of startCommand." into lmp-preview-dev

parents 1e119db1 94d93701
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);
        }
   }