An action block that install/pin an app shortcut in the default launcher home screen.
The fiber will proceed immediately without pause. On Android 8+ the user has to confirm the installation.
This block will proceed through the NO path if the launcher doesn’t support installing shortcuts or the device is locked, otherwise through the YES path.
An app activity is referred, either explicitly by its package and activity class (use the Pick app activity button), or implicitly by an Action and Data URI. To implicitly start the “main” activity like the launcher does, specify only the package.
What data and actions an activity support varies. Search for public documentation, or look at the app manifest for clues.
Privacy warning! The data within a shortcut is accessible by the launcher app, don’t include sensitive information.