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.
Make sure to add <uses-permission android:name="android.permission.READ_SMS" /> in AndoirdManifest.xml to include sms reading permission in the app.
No comments:
Post a Comment