minus

operator fun minus(flag: Intent): Intents(source)

Returns an instance of Intents that has all bits set that are set in this except the bits that are set in flag.


operator fun minus(flags: Intents): Intents(source)

Returns an instance of Intents that has all bits set that are set in this except the bits that are set in flags.