Android.Provider.MediaStore.GetVersion Method
Get the media provider's version.

Syntax

[Android.Runtime.Register("getVersion", "(Landroid/content/Context;)Ljava/lang/String;", "")]
public static string GetVersion (Android.Content.Context context)

Parameters

context
Context to use for performing the query.

Returns

Documentation for this section has not yet been entered.

Remarks

Get the media provider's version. Applications that import data from the media provider into their own caches can use this to detect that the media provider changed, and reimport data as needed. No other assumptions should be made about the meaning of the version.

[Android Documentation]

Requirements

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