Android.Content.ContentResolver.Uncanonicalize Method
Given a canonical Uri previously generated by ContentResolver.Canonicalize(Android.Net.Uri), convert it to its local non-canonical form.

Syntax

[Android.Runtime.Register("uncanonicalize", "(Landroid/net/Uri;)Landroid/net/Uri;", "")]
public Android.Net.Uri Uncanonicalize (Android.Net.Uri url)

See Also

ContentResolver.Canonicalize(Android.Net.Uri)

Parameters

url
The canonical Android.Net.Uri that is to be convered back to its non-canonical form.

Returns

Documentation for this section has not yet been entered.

Remarks

Given a canonical Uri previously generated by ContentResolver.Canonicalize(Android.Net.Uri), convert it to its local non-canonical form. This can be useful in some cases where you know that you will only be using the Uri in the current environment and want to avoid any possible overhead when using it with the content provider or want to verify that the referenced data exists at all in the new environment.

[Android Documentation]

Requirements

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