Your Open Source

 
Related Posts
QA  >>  Mobile Development  >>  Android

get SMS count or unread SMS in android

how to get the SMS counts and Unread SMS in android ? and also tellme what are the permission I need to give it.

  • hits 651
  • datetime Sep 08 09 05:45:26
  • author Sekar
  • rating

Rating : 12345
Tags :- Android

Answers

sekar
Sep 09 09 05:53:33
yeah.. thank you.. please refer the links also http://youropensource.com/projects/559-get-All-SMS-messages-in-the-Android
Here you can get the SMS count!!

honestsuccess
Sep 09 09 01:31:22
you can get notification by registering broadcast receiver in maniest files..


  <receiver  android:name=".yourReceiver" android:enabled="true">> 
   <intent-filter>
    <action android:name=
                    "android.provider.Telephony.SMS_RECEIVED" />
     </intent-filter>
  </receiver>

you will need following permission.


<uses-permission android:name="android.permission.RECEIVE_SMS"></uses-permission>

Your Name:
Your Answers :
<> is a code tag
Preview
Enter the verification code: