The normal (default) priority value assigned to the main thread.
Value: 5
Syntax
[Android.Runtime.Register("NORM_PRIORITY")] public const intNormPriority
Remarks
The normal (default) priority value assigned to the main thread.
This corresponds to (but does not have the same value as)
android.os.Process.THREAD_PRIORITY_DEFAULT.