为应用程序操作创建自定义内置 Intent
Creating custom Built in Intents for App Actions
Google Developers website 上有可用的内置 Intent 列表,可用于 App Actions,我们有什么方法可以创建自定义内置 Intent 吗?
不,目前无法为应用操作创建自定义 built-in 意图。根据 App Actions docs:
If these built-in intents do not support your use case, please file a feature request on the public issues tracker
作为旁注,虽然不是自定义的,但有一个更通用的“open app feature”(actions.intent.OPEN_APP_FEATURE
)built-in 意图可能适用于某些 use-cases。
Google Developers website 上有可用的内置 Intent 列表,可用于 App Actions,我们有什么方法可以创建自定义内置 Intent 吗?
不,目前无法为应用操作创建自定义 built-in 意图。根据 App Actions docs:
If these built-in intents do not support your use case, please file a feature request on the public issues tracker
作为旁注,虽然不是自定义的,但有一个更通用的“open app feature”(actions.intent.OPEN_APP_FEATURE
)built-in 意图可能适用于某些 use-cases。