Hi I have integrated some of predefine app actions like "actions.intent.CREATE_TAXI_RESERVATION". Now I want to create some custom intents. I checked with creating custom intents on dialog flow. But how to consume those on android applications side. and how to use them in Androids actions.xml. Is there any structured document to do so?
Asked
Active
Viewed 656 times
0
-
I am not sure about your requirement exactly. Do you want to know how the another app will call this action? If so then the answer will be exactly how you can any action such as call or message using BroadcastReceiver. Confirm your requierment in detail. – Hari N Jha Jun 14 '19 at 10:30
-
Possible duplicate of [Creating custom Built in Intents for App Actions](https://stackoverflow.com/questions/56555424/creating-custom-built-in-intents-for-app-actions) – AdamK Jun 16 '19 at 03:35
-
Does this answer your question? https://stackoverflow.com/a/56556518/268156 – AdamK Jun 16 '19 at 03:35