App Action working via App Action Tool Plugin but not with voice command in Google Assistant Screen

466 views Asked by At
  1. Logged in using the same credentials (Android Studio, Google Console, Real Device - Samsung s10+) and Device language set to EN-US.

  2. Selected App Action tool plugin from the tools menu

  3. Gave invocation name (todo app) and locale to En-US

  4. Changed default feature "History" with my command (In my case "Open active tasks in todo app")

  5. Tapped on Update Preview.

  6. Once the preview updated, Run the command via the AATT tool, it's working perfectly.

  7. Once the preview updated successfully, Opened the Google Assistant on a Real device and gave a voice command (Open active tasks in todo app), but it's showing web results on the Assistant screen instead of showing my App. Attached screenshot for reference.

enter image description here

Please let me know if I'm missing anything here.

1

There are 1 answers

0
Maverick On

I could able to achieve it using GET_THINGS Built-In Intent. OPEN_APP Intent supports only a single word. If your requirement is to say multiple words like "Show alerts for today in TestApp", then we can use GET_THINGS Intent, which supports multiple words.