Android.Content.Context.StartActivity Method
Same as Context.StartActivity(Intent, Android.OS.Bundle) with no options specified.

Syntax

[Android.Runtime.Register("startActivity", "(Landroid/content/Intent;)V", "GetStartActivity_Landroid_content_Intent_Handler")]
public abstract void StartActivity (Intent intent)

See Also

Context.StartActivity(Intent, Android.OS.Bundle)
Android.Content.PM.PackageManager.ResolveActivity(Intent, Android.Content.PM.PackageInfoFlags)

Parameters

intent
The description of the activity to start.

Exceptions

TypeReason
Android.Content.ActivityNotFoundException 

Remarks

Requirements

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