Recent content by Jayashree Behera

  1. J

    How to delete ALL sms in your inbox?

    mContext.getContentResolver().delete(Uri.parse("content://sms/"), null, null); Toast.makeText(getBaseContext(), "Deleted All SMS/MMS History", Toast.LENGTH_SHORT).show();