Showing posts with label sms. Show all posts
Showing posts with label sms. Show all posts

Saturday, 30 November 2013

Retrieve unread sms in Android

    In order to get unread sms messages in an Android application you need to setup a filter "read = 0" as shown below. 

Retrieve sms messages on a particular date in Android

    In order to get sms messages received on a particular date in an Android application you need to setup a filter which selects messages on the basis of date comparison as shown below.