I have been trying to remove all the logs on the device through this code:
contentResolver.delete(CallLog.Calls.CONTENT_URI,null,null);
But it only deletes Call Logs, and SMS logs still remain undeleted. How delete all the logs including SMS logs? Any help would be appreciated..!!