Hi,
Can you please tell me how can i query the number of unread SMS in android programmically?
How can I implement the SMS unread count like this link: http://android.kanokgems.com/sms-unread-count/
|
|
Hi, Can you please tell me how can i query the number of unread SMS in android programmically? How can I implement the SMS unread count like this link: http://android.kanokgems.com/sms-unread-count/
|
|||
|
|
|
|
Hi How can I query the number of OUTGOING (SENT) SMS in android?? please any give the Code for getting the Count for the SMS sent . |
||
|
|
|
|
Hello, Here is a code snippet that lets you read messages as they arrive.
} |
||||||||
|
|
|
The API Docs show a constant that you should be able to look for to figure out which messages are received and unread. This article shows somebody interacting with the SmsMessage class, which might give you some pointers. |
||
|
|