IntentFilter.SystemHighPriority Field

Definition

Caution

This constant will be removed in the future version. Use Android.Content.IntentFilterPriority enum directly instead of this field.

The filter #setPriority value at which system high-priority receivers are placed; that is, receivers that should execute before application code.

[Android.Runtime.Register("SYSTEM_HIGH_PRIORITY")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.IntentFilterPriority enum directly instead of this field.", true)]
public const Android.Content.IntentFilterPriority SystemHighPriority = 1000;
[<Android.Runtime.Register("SYSTEM_HIGH_PRIORITY")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.IntentFilterPriority enum directly instead of this field.", true)>]
val mutable SystemHighPriority : Android.Content.IntentFilterPriority

Field Value

Value = 1000

Implements

Attributes

Remarks

The filter #setPriority value at which system high-priority receivers are placed; that is, receivers that should execute before application code. Applications should never use filters with this or higher priorities.

Java documentation for android.content.IntentFilter.SYSTEM_HIGH_PRIORITY.

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

See also