Android.App.Activity.ParentActivityIntent Property
Obtain an Android.Content.Intent that will launch an explicit target activity specified by this activity's logical parent.

Syntax

[get: Android.Runtime.Register("getParentActivityIntent", "()Landroid/content/Intent;", "GetGetParentActivityIntentHandler")]
public virtual Android.Content.Intent ParentActivityIntent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Obtain an Android.Content.Intent that will launch an explicit target activity specified by this activity's logical parent. The logical parent is named in the application's manifest by the NoType:android/R$attr;Href=../../../reference/android/R.attr.html#parentActivityName attribute. Activity subclasses may override this method to modify the Intent returned by super.getParentActivityIntent() or to implement a different mechanism of retrieving the parent intent entirely.

[Android Documentation]

Requirements

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