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
                   2010-03-02 10:44:50
                
              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
                   2010-03-02 12:28:35
                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
                   2010-03-02 14:39:59