What is the integer value the gives a broadcast receiver the highest priority?
999 gives a broadcast receiver the highest priority.
As per Android Documentation: Applications must use a value that is larger than SYSTEM_LOW_PRIORITY and smaller than SYSTEM_HIGH_PRIORITY. The value of SYSTEM_HIGH_PRIORITY is 1000.
References: http://developer.android.com/guide/topics/manifest/intent-filter-element.html