SORT_PRIORITY_HIGH

const val SORT_PRIORITY_HIGH: Int = 1000

Predefined indicative values for sortPriority:

Menu items from a MenuItemProviderService with SORT_PRIORITY_HIGH should be displayed as the first items in a menu frontend

Note: This value should only be used by provider implementations which provide system UI menu items.