IntentFilter.SystemLowPriority 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 low-priority receivers are placed; that is, receivers that should execute after application code.

[Android.Runtime.Register("SYSTEM_LOW_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 SystemLowPriority = -1000;
[<Android.Runtime.Register("SYSTEM_LOW_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 SystemLowPriority : Android.Content.IntentFilterPriority

Field Value

Value = -1000

Implements

Attributes

Remarks

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

Java documentation for android.content.IntentFilter.SYSTEM_LOW_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