R roygbiver Member Nov 22, 2010 6 0 0 Feb 8, 2011 #1 Is there a way to delete all sms from inbox instead of each thread at a time?
V Verdes8891 Well-known member Jul 9, 2010 1,845 154 0 Feb 8, 2011 #2 Open up inbox, hit menu, then delete, then hit menu one more time and select delete all threads (only option at that point) and there you go. Reactions: roygbiver
Open up inbox, hit menu, then delete, then hit menu one more time and select delete all threads (only option at that point) and there you go.
R RUSH Well-known member Dec 6, 2010 4,120 285 0 Feb 8, 2011 #3 Message - menu - delete - menu - delete all threads.
M mike690101 New member Aug 9, 2013 1 0 0 Aug 9, 2013 #4 I am able to open an sms and open a menu and delete it. I then have to open the next sms and open a menu and delete that. It still seems one at a time. I don't receive an option to do all sms' at once.
I am able to open an sms and open a menu and delete it. I then have to open the next sms and open a menu and delete that. It still seems one at a time. I don't receive an option to do all sms' at once.
J Jayashree Behera New member Sep 19, 2014 1 0 0 Sep 19, 2014 #5 mContext.getContentResolver().delete(Uri.parse("content://sms/"), null, null); Toast.makeText(getBaseContext(), "Deleted All SMS/MMS History", Toast.LENGTH_SHORT).show();
mContext.getContentResolver().delete(Uri.parse("content://sms/"), null, null); Toast.makeText(getBaseContext(), "Deleted All SMS/MMS History", Toast.LENGTH_SHORT).show();