Android.Media.RingtoneManager.Cursor Property
Returns a Android.Database.ICursor of all the ringtones available.

Syntax

[get: Android.Runtime.Register("getCursor", "()Landroid/database/Cursor;", "GetGetCursorHandler")]
public virtual Android.Database.ICursor Cursor { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns a Android.Database.ICursor of all the ringtones available. The returned cursor will be the same cursor returned each time this method is called, so do not Android.Database.ICursor.Close the cursor. The cursor can be Android.Database.ICursor.Deactivate safely.

If RingtoneManager(Android.App.Activity) was not used, the caller should manage the returned cursor through its activity's life cycle to prevent leaking the cursor.

[Android Documentation]

Requirements

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