简体   繁体   English

谷歌助手打开Flutter应用时运行命令

[英]Run an command when Flutter app is opened by Google assistant

Hello is a possibility to detect when app is opened using google assistant.你好可以检测何时使用谷歌助手打开应用程序。 My initial plan is when the app is opened by google assistant it will run a specific command on my app and run that command.我最初的计划是当谷歌助手打开应用程序时,它将在我的应用程序上运行特定命令并运行该命令。

App Actions "let users launch specific features in your app using the Google Assistant."应用操作“让用户使用 Google 助理在您的应用中启动特定功能。”

Along certain verticals you are able to add information to your manifest that will allow a user to open your app to a specific activity with some additional information like parameters.在某些垂直领域,您可以将信息添加到您的清单中,这将允许用户使用一些附加信息(如参数)打开您的应用程序以访问特定活动。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 IDE 中打开 flutter 应用程序时,scrcpy 不会运行 - scrcpy won't run when the flutter app is opened in the IDE 打开应用程序时停止 Workmanager flutter - Stop Workmanager flutter when app is opened 当我按 f5 或运行按钮运行应用程序并通过 flutter 运行命令运行正常时,flutter 应用程序显示白屏 - flutter app shows a white screen when I run app by pressing f5 or run button and runs fine by flutter run command 运行 flutter 时,flutter 应用程序出现问题 - there is an issue on flutter app when run flutter run 无法使用 flutter 运行命令来运行我的 flutter 应用程序 - Can not use flutter run command to run my flutter app flutter 应用程序名称在查看打开的应用程序时不显示 - flutter app name doesn't show when see opened apps 向 Google 助理 Flutter 发送文本查询 - Send text queries to google assistant Flutter flutter 是否支持 Google Assistant Read It 功能? - Does flutter support Google Assistant Read It feature? 运行命令“flutter run”时出错 - Error when running the command “flutter run” 无法从 APK 中提取清单:ProcessException:尝试在物理设备上运行 flutter 应用程序时命令失败 - Failed to extract manifest from APK: ProcessException: The command failed when trying to run flutter app on physical device
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM