tags:

views:

199

answers:

1

in my app i want to delete the sms's/calls of specific numbers i am new to android can any body help me

+1  A: 

For calls: use content provider described here: http://d.android.com/reference/android/provider/CallLog.Calls.html

I'm not sure about SMS.

tomash
i don't want to delete a contact number but i want to delete calls from call log for specified user for eg Delete all incoming calls/sms for contact name joe from incoming call list
MAkS
Right, use content provider described here: http://d.android.com/reference/android/provider/CallLog.Calls.html for calls, I'm not sure about SMS
tomash