147 questions
1
vote
0
answers
34
views
Google Assistant Android I am unable to open Android App using command. My app is published still I am unable to open
I am unable to open Android App using command.
My app is published still I am unable to open.
can you please help me with that.
1
vote
0
answers
45
views
Unable to Receive Parameter in App Actions Built-in Intent (WATCH_CONTENT) on Android
I am currently implementing App Actions on my Android application and encountering a persistent issue with passing a parameter from a voice command. Specifically, my goal is for a user to invoke a ...
1
vote
0
answers
86
views
Google Assistant voice command only opens app, doesn't trigger App Action capability from shortcuts.xml
I'm trying to integrate Google Assistant into my Flutter app using App Actions to handle voice commands like, "Hey Google, open [feature] in [AppName]".
Despite following recent ...
3
votes
0
answers
119
views
Android how to create app actions with multiple phrases for multiple localisations?
So I have a timesheet app. I want users to be able to say "clock-in", "clock-in with timesheet", "start work", etc. Those phrases should be localised to work in mulitple ...
0
votes
0
answers
87
views
Dynamic Shortcut for Google Assistant working in testing but not in production
I implemented Dynamic Shortcuts in my app following the guides from the documentation. When using the App Actions Test Tool, logging in a device with the same account as Android Studio, everything ...
0
votes
0
answers
86
views
Dynamic App Shortcuts Not Visible in Google Assistant Shortcuts List for Production Users
I've implemented dynamic app shortcuts in my Android app, and they are working perfectly fine on my development device. I used App Actions Testing Tool (AATT) to validate the functionality, and ...
0
votes
0
answers
531
views
Android 14 (SDK 34) Background Activity Launch blocked
Recently, we have upgraded the SDK version of our app to 34 (Android 14) and after the we have noticed that our app is getting launched when the user clicks on the Notification.
Our initial research ...
0
votes
0
answers
179
views
Google Assistant App Actions - basic 'Hey Google, Open my app' not working
I'm trying to enable Google Assistant voice control of an app I am working on.
I have added a shortcuts.xml file that defines a custom intent as follows:
<?xml version="1.0" encoding=&...
0
votes
0
answers
109
views
.NET MAUI – Google Assistance integration
Goal
I'm building a native app using .NET MAUI, aiming for a hands-free user experience. Ideally, a user should be able to say:
"Hello Google, give me info about {registration number}."
...
1
vote
1
answer
362
views
Integrating Google Assistant App Actions with Android widgets via custom intents
I successfully implemented a custom intent by following the Developer docs
https://developer.android.com/develop/devices/assistant/custom-intents
The voice command works as expected, launching my app ...
0
votes
1
answer
147
views
OPEN_APP_FEATURE is not working from google assistant just opened the app without featureParams and received ACTION_MAIN instead ACTION_VIEW
I'm developing a app to open specific feature through Google assistant. Everything is working as expected through App Actions Test tool. it opened the app and move to specific feature in the app. I ...
1
vote
1
answer
96
views
Google Assistant Voice Control - App Name Mispronunciation
I'm developing an app called "Kwiklee" with Google Assistant integration using custom intents. The app’s name is pronounced "quickly." When I try using voice commands with Google ...
1
vote
1
answer
114
views
Google Home Test Suite: Query after 'Close the Gate' failed catching openPercent:100 instead of openPercent: 0
Good day to everyone!
I have an issue with Google Home Test Suite.
I'm testing a OpenClose Gate trait and i'm able to pass successfully these tests:
Open the Gate
Query after 'Open Gate'
Check Report ...
3
votes
0
answers
316
views
Can Google Assistant (still) be integrated with a Flutter or Android app?
I'm working on integrating Google Assistant for an Android app built using Flutter. I want to trigger some code in the app using a phrase like "Hey Google, check status in My Cat app". It ...
3
votes
0
answers
264
views
Can't launch the App from Google Assistant in Android
I was trying to launch my application from Google Assistant. They say that we need to publish our application and nothing else is required.
Reference: https://developer.android.com/guide/app-actions/...