Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [app-actions]

App Actions by Google • Extend Your Android App to the Google Assistant

app-actions
0 votes
0 answers
50 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 ...
tudor's user avatar
  • 488
3 votes
0 answers
92 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/...
Rohan Pande's user avatar
0 votes
1 answer
108 views

Google Assistant App Action Integration in android app from Close Beta Test

I've been developing an android app with app action integration in it. The action type i've been using are Custom Intent on the shortcut.xml, with an example command like: "Transfer money on my ...
Muhammad Refri's user avatar
0 votes
0 answers
41 views

Google Assistant: Sorry, I couldn't find that

I will follow the steps below to configure my project: Github Issue 1、add shortcuts.xml , and use meta-data reference on Activity(android.intent.action.MAIN and android.intent.category.LAUNCHER) <...
Hynson's user avatar
  • 1
0 votes
0 answers
187 views

Why is android blocking access to the app specific internal storage folder (and preferences) in release build only?

I have a problem with the release build of my app. The app specific internal storage folder is somehow blocked for reading files (ie. files written by the app are not showing there). My app saves user'...
Motion Pro's user avatar
0 votes
0 answers
52 views

How to trigger widget with custom intent?

I'm trying to trigger my widget with custom intents using google assistant prompt, but the widget didn't show up even after i pass an exact query, Something like "Get Balance on MyApp". The ...
Muhammad Refri's user avatar
0 votes
0 answers
58 views

Google Assistant Custom Intent not working

Google Assistant Custom Intent not working in Google Play Console Internal Test Build it's working find in App Action Test tool. Can you please help me what issue in my code. Shortcut.xml <...
Viral Panchal's user avatar
0 votes
1 answer
94 views

Kotlin Multiplateform-Unable to find explicit activity class "android.content.ActivityNotFoundException"

I am using Google App Actions to run and test my custom intent on my existing Kotlin Multiplatform (KMP) project. The problem is that whenever we run the app action from the Google Assistant plugin, ...
Sultan's user avatar
  • 148
0 votes
0 answers
62 views

How can I call my android app actions defined in shortcuts.xml?

I try to add some app actions to an android project. I created a new project and added meta tag to MainActivity tag in the AndroidManifest.xml. <activity android:name=".MainActivity" ...
Manuel Wenner's user avatar
6 votes
1 answer
355 views

Google Assistant Plugin Options On Android Studio (Hedgehog)

I realize this isn't exactly a programming question, but I can't find an answer anywhere. I'm having trouble with Android Studio and plugins. I've been trying to implement shortcuts with custom ...
me_'s user avatar
  • 743
0 votes
0 answers
43 views

is it possible to use actions.intent.OPEN_APP_FEATURE with dynamic value

I have an application that loads a dynamic list of buttons and want to allow a user to click a button by its name using google assistant. It is possible using actions.intent.OPEN_APP_FEATURE or I must ...
Tamir's user avatar
  • 625
0 votes
0 answers
62 views

Eligibility of an Android app to be "recognized" by Google Assistant

I'm developing an Android app capable of voice interactions through the Assistant. The app manifest exposes: an activity with android.intent.action.SEARCH action and android.intent.category.DEFAULT ...
Giampaolo Tomassoni's user avatar
0 votes
0 answers
82 views

Custom Actions stoped working for testing but works last week

Last week I was creating a new feature with Custom Actions, to play content on our app. I uploaded the .aab to internal testing as a draft, starting the Android Studio plugging to test this, and works....
Juan Francisco Gato Luis's user avatar
0 votes
0 answers
155 views

Google Assistant doesn't work with Custom Intents

Google assistant doesn't catch the custom intent. I've implemented custom intent and it triggers fine from Test Tool. It works from Test Tool just fine. But I can't figure out how to register this ...
v1k's user avatar
  • 1,325
0 votes
0 answers
81 views

Shortcut suggestion from In-App Promo SDK is blank and produces an error

I'm trying to use the "In-App Promo SDK" to suggest a shortcut to the user using createShortcutSuggestionIntent. I have submitted my signed app bundle to the google play console under ...
Dylan Bradshaw's user avatar

15 30 50 per page
1
2 3 4 5
10