IntentFilterPriority Enum

Definition

Enumerates values returned by several types.

public enum IntentFilterPriority
type IntentFilterPriority = 
Inheritance
IntentFilterPriority

Fields

HighPriority 1000

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

LowPriority -1000

The filter Priorityvalue at which system low-priority receivers are placed; that is, receivers that should execute after application code.

None 0

Remarks

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