Intent.GetIntentOld(String) Method

Definition

[Android.Runtime.Register("getIntentOld", "(Ljava/lang/String;)Landroid/content/Intent;", "")]
public static Android.Content.Intent? GetIntentOld(string? uri);
[<Android.Runtime.Register("getIntentOld", "(Ljava/lang/String;)Landroid/content/Intent;", "")>]
static member GetIntentOld : string -> Android.Content.Intent

Parameters

uri
String

The content URI associated with the operation.

Returns

The intent represented by the URI.

Attributes

Exceptions

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Java documentation for android.content.Intent.getIntentOld(java.lang.String).

Applies to