How to get SMS from an Android Device programatically
November 18, 2015915 views
"This Blog is about to get SMS conversation from an Android device ContentResolver contentResolver = getActivity().getContentResolver();
Uri uri = Uri.parse(""content://sms/conversations/"");
For more visit the link mentioned."