- intent
- The Intent that was previously broadcast.
- user
- UserHandle to remove the sticky broadcast from.
Version of Android.Content.Context.RemoveStickyBroadcast(Android.Content.Intent) that allows you to specify the user the broadcast will be sent to. This is not available to applications that are not pre-installed on the system image. Using it requires holding the INTERACT_ACROSS_USERS permission.
You must hold the NoType:android/Manifest$permission;Href=../../../../reference/android/Manifest.permission.html#BROADCAST_STICKY permission in order to use this API. If you do not hold that permission, Java.Lang.SecurityException will be thrown.