Android.Resource.Attribute.OverridesImplicitlyEnabledSubtype Field
Set true when this subtype should be selected by default if no other subtypes are selected explicitly.

Value: 16843682

Syntax

[Android.Runtime.Register("overridesImplicitlyEnabledSubtype")]
public const int OverridesImplicitlyEnabledSubtype

Remarks

Set true when this subtype should be selected by default if no other subtypes are selected explicitly. Note that a subtype with this parameter being true will not be shown in the subtypes list.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

[Android Documentation]

Requirements

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