ResolveInfo.IsDefault 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.
This filter has specified the Intent.
[Android.Runtime.Register("isDefault")]
public bool IsDefault { get; set; }
[<Android.Runtime.Register("isDefault")>]
member this.IsDefault : bool with get, set
Property Value
- Attributes
Remarks
This filter has specified the Intent.CATEGORY_DEFAULT, meaning it would like to be considered a default action that the user can perform on this data.
Java documentation for android.content.pm.ResolveInfo.isDefault
.
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.