Android.Content.PM.ComponentInfo.Exported Property
Set to true if this component is available for use by other applications.

Syntax

[Android.Runtime.Register("exported")]
public bool Exported { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Set to true if this component is available for use by other applications. Comes from NoType:android/R$attr;Href=../../../../reference/android/R.attr.html#exported of the <activity>, <receiver>, <service>, or <provider> tag.

[Android Documentation]

Requirements

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