- c
- The Cursor that was being managed.
Given a Cursor that was previously given to Activity.StartManagingCursor(Android.Database.ICursor), stop the activity's management of that cursor.
Warning: After calling this method on a cursor from a managed query, the system will not automatically close the cursor and you must call Android.Database.ICursor.Close.