ResolveInfo.PreferredOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Order of result according to the user's preference.
[Android.Runtime.Register("preferredOrder")]
public int PreferredOrder { get; set; }
[<Android.Runtime.Register("preferredOrder")>]
member this.PreferredOrder : int with get, set
Property Value
- Attributes
Remarks
Order of result according to the user's preference. If the user has not set a preference for this result, the value is 0; higher values are a higher priority.
Java documentation for android.content.pm.ResolveInfo.preferredOrder
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.