233 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
58
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 ...
0
votes
0
answers
66
views
Getting local fulfilment for play ... on ... not working
I'm having problems having local fulfilment work with a command like 'play [movie] on [my local device]'.
[update 1] So after some more experimantation and talking with Opus 4.5 it says
The voice ...
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
126
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 ...
6
votes
0
answers
166
views
Google Assistant plugin alternative
Now that Google seems to be quietly deprecating Google Assistant, is there still a way to create and test App Actions for my Android app? The official Android docs still recommend using Android Studio'...
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
178
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 ...
0
votes
0
answers
39
views
Additional plugin required for App Action Test Tool
I am trying to open my app with google assistent voice commands
i was able to configure the app to open with terminal commands for example with
adb shell am start -a android.intent.action.VIEW -d ‘...
-1
votes
1
answer
50
views
How to pass arbitrary text commands from Google Assistant to a custom API endpoint
I'm trying to implement a hands-free voice assistant setup where I can speak natural language commands to Google Assistant and have the actual command text passed to my backend system.
For example, ...
0
votes
0
answers
81
views
Google assistent does not open my app but shows a search
i am trying to create a studio project, to have my app open with google assistant, if i can do it i would like to do the same thing with siri.
My objective is to say Ok google open notaio, and thus ...
0
votes
0
answers
85
views
Add Google Assistent in Flutter project
I would like to integrate for my app voice commands, like "ok google open MyApp" or "ok google open a file in MyApp"
I am creating an app with Flutter in dart and so I would like to do first the work ...
1
vote
0
answers
268
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=&...
5
votes
1
answer
241
views
What is the way to test Google assistant integrated android app?
I have tried to test Google Assistant with my Android app.
I have been using Android studio version Android Studio Ladybug | 2024年2月1日 Patch 1.
In Google Assistant Docs one and only way to test the app ...
0
votes
0
answers
132
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}."
...