From your snippet, it seems that You are trying to launch your application. Priority is the one that should be given to the parent component w.r.t handling intents of the type described by the filter.
It provides information about the ability of an activity to respond to an intent that matches the filter, relative to other activities.It also controls the order in which broadcast receivers are executed to receive broadcast messages.
Use this attribute only if you really need to impose a specific order in which the broadcasts are received, or want to force Android to prefer one activity over others.
The value must be an integer, such as
"100". Higher numbers have a higher
priority.