-
Notifications
You must be signed in to change notification settings - Fork 572
Action ‐ Intent
The Intent Action allows you to communicate with other applications on your device. It provides two modes:
- Simple: Format the intent for you in order to start the selected app on your device
- Advanced: Expose the raw API of Android Intents
|
The Intent Action menu can be accessed from the Action list, by creating/editing one. Like any other element in your scenario, you can set a name in order to easily identify what this Intent Action is doing when you come back later for edition. The only option available is to select to application to start. |
Warning
Advanced Intent action is designed for developers. If you don't already know what is an Android Intent, this feature is probably not for you.
|
The Advanced Intent action is exposing the Android Intent API to your Smart Scenario. Terms are the same as the API. Official documentation is available on the Official Android documentation |