在 google 助手中添加命令以触发 android 应用程序中的功能
Add a command in google assistant to trigger a function in your android app
我可以使用google助手打开应用程序,但我是否也可以在google助手中添加一个短语来触发我应用程序中的特定功能?
例如
saying "Ok google. resume stopwatch in blahblahApp"
应该在我的应用 blahblahApp
.
中触发一个函数(比如 ResumeStopwatch()
)
为实现此功能自定义我的设备或在我的应用程序中集成一些包来实现此功能的方法。
你应该看看 App Actions which gives a way for a user to give commands which can trigger some execution in your app。
我可以使用google助手打开应用程序,但我是否也可以在google助手中添加一个短语来触发我应用程序中的特定功能?
例如
saying "Ok google. resume stopwatch in blahblahApp"
应该在我的应用 blahblahApp
.
ResumeStopwatch()
)
为实现此功能自定义我的设备或在我的应用程序中集成一些包来实现此功能的方法。
你应该看看 App Actions which gives a way for a user to give commands which can trigger some execution in your app。