151 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
69
views
Android App Actions OPEN_APP_FEATURE BII not triggering with Gemini Assistant (ADB deep link works)
I am migrating my Android app from deprecated custom intents to the Built-In Intent (BII) actions.intent.OPEN_APP_FEATURE to support Google Assistant and Gemini.
I have configured shortcuts.xml with ...
4
votes
0
answers
167
views
How to test app actions using android studio app action plugin removed from market place by jet brains
I am trying to test App Actions using Android Studio, but I noticed that the App Actions Test Tool has been removed from the JetBrains marketplace.
https://plugins.jetbrains.com/plugin/16739-google-...
0
votes
1
answer
127
views
Talk to my Android app directly using Google Assistant to complete a easy task
I have created simple app to integrate the Google Assistant which is named as TestAppDemo.
I have added simple screen where I have one edittext where I am entering the random things like groceries or ...
1
vote
0
answers
40
views
App Action only opening app's android.intent.action.MAIN intent so unable to fetch parameters
There is an issue with the query I'm using to open my app feature (BII OPEN_APP_FEATURE). Whenever I try to write or speak "open MySentry panic" then it again just opens the app, and that ...
1
vote
0
answers
64
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
68
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
180
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
127
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
112
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
98
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
641
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 ...
1
vote
0
answers
270
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
133
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
423
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
190
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 ...