Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalArgumentException - if the new priority is greater than Thread.MaxPriority or less than Thread.MinPriority Java.Lang.IllegalArgumentException - if the new priority is greater than Thread.MaxPriority or less than Thread.MinPriority Java.Lang.IllegalArgumentException - if the new priority is greater than Thread.MaxPriority or less than Thread.MinPriority Java.Lang.IllegalArgumentException - if the new priority is greater than Thread.MaxPriority or less than Thread.MinPriority Java.Lang.IllegalArgumentException - if the new priority is greater than Thread.MaxPriority or less than Thread.MinPriority
Get method documentation [Android Documentation]
Returns the priority of the Thread.
Set method documentation [Android Documentation]
Sets the priority of this thread. If the requested priority is greater than the
parent thread group's ThreadGroup.MaxPriority, the group's maximum
priority will be used instead.