Let\'s say I make the following cursor to get the call log of someone:
String[] strFields = { android.provider.CallLog.Calls.NUMBER, android.provide
Sorry mate you can't delete from a cursor.
You must either use your ContentResolver or a SQL call of some sort..