The Flags for PendingIntents

Report a typo

There are various flags that specify the behavior of a PendingIntent. Match the following flags with their purposes.

Match the items from left and right columns
FLAG_CANCEL_CURRENT
FLAG_IMMUTABLE
FLAG_ONE_SHOT
To cancel the current instance before creating a new one.
The created instance can only be used once.
The created instance must be immutable.
___

Create a free account to access the full topic