Android.Content.PM.ApplicationInfo.TaskAffinity Property
Default task affinity of all activities in this application.

Syntax

[Android.Runtime.Register("taskAffinity")]
public string TaskAffinity { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Default task affinity of all activities in this application. See ActivityInfo.TaskAffinity for more information. This comes from the "taskAffinity" attribute.

[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