How do I add spaces to the query field with SEARCH_ACTION in android? Example:
IT WORKS:
adb shell am start -a com.google.android.gms.actions.SEARCH_ACTION -e query "enviar" <nombre_paquete>
IT DOES NOT WORK
adb shell am start -a com.google.android.gms.actions.SEARCH_ACTION -e query "enviar dinero a pedro" <nombre_paquete>
Error:
Starting: Intent {act = com.google.android.gms.actions.SEARCH_ACTION pkg = money (has extras)} Error: Activity not started, unable to resolve Intent {act = com.google.android.gms.actions.SEARCH_ACTION flg = 0x10000000 pkg = money (has extras)}