Intent Utils
object IntentUtils
Functions
Link copied to clipboard
Queries the package manager to retrieve all components that respond to the given intent and sends them a broadcast with an explicit intent.
Link copied to clipboard
PendingIntent flags used for immutable intents. This is the default set of flags.
Link copied to clipboard
PendingIntent flags used for mutable intents, such as those used for locations or any case where data is added to the sent intent.
Link copied to clipboard
Returns a random request code for this intent. Request codes are used to differentiate between multiple active pending intents.