An action block that update an app shortcut in the default launcher home screen.
The fiber will proceed immediately without pause.
This block will proceed through the NO path if the shortcut doesn’t exist or it’s immutable, or the the call was rate-limited, 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.
Note! This feature requires Android 8+.