BroadcastReceiver.ClearAbortBroadcast Method

Definition

Clears the flag indicating that this receiver should abort the current broadcast.

[Android.Runtime.Register("clearAbortBroadcast", "()V", "")]
public void ClearAbortBroadcast ();
[<Android.Runtime.Register("clearAbortBroadcast", "()V", "")>]
member this.ClearAbortBroadcast : unit -> unit
Attributes

Remarks

Clears the flag indicating that this receiver should abort the current broadcast.

Java documentation for android.content.BroadcastReceiver.clearAbortBroadcast().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to