Merge "Adjust javadoc for filter priority" into nyc-dev
am: c2b2f6e
* commit 'c2b2f6eeffe7e1745d17244a693b9df6f42dbcd5':
Adjust javadoc for filter priority
Change-Id: I97fa4205ac330e7badc528a4f0ac25406955038a
This commit is contained in:
@@ -449,11 +449,12 @@ public class IntentFilter implements Parcelable {
|
||||
}
|
||||
|
||||
/**
|
||||
* Modify priority of this filter. The default priority is 0. Positive
|
||||
* values will be before the default, lower values will be after it.
|
||||
* Applications must use a value that is larger than
|
||||
* {@link #SYSTEM_LOW_PRIORITY} and smaller than
|
||||
* {@link #SYSTEM_HIGH_PRIORITY} .
|
||||
* Modify priority of this filter. This only affects receiver filters.
|
||||
* The priority of activity filters are set in XML and cannot be changed
|
||||
* programatically. The default priority is 0. Positive values will be
|
||||
* before the default, lower values will be after it. Applications should
|
||||
* use a value that is larger than {@link #SYSTEM_LOW_PRIORITY} and
|
||||
* smaller than {@link #SYSTEM_HIGH_PRIORITY} .
|
||||
*
|
||||
* @param priority The new priority value.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user