Android.Content.Intent.CategoryDefault Field
Set if the activity should be an option for the default action (center press) to perform on a piece of data.

Syntax

[Android.Runtime.Register("CATEGORY_DEFAULT")]
public const string CategoryDefault

Remarks

Set if the activity should be an option for the default action (center press) to perform on a piece of data. Setting this will hide from the user any activities without it set when performing an action on some data. Note that this is normally -not- set in the Intent when initiating an action -- it is for use in intent filters specified in packages.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1