On 1 April 2012 16:45, chavo <allela...@gmail.com> wrote:
> 2.And then the other problem I am having is that the application reads
> the same messages multiple times when I want them to be read only
> once. How do I solve this?
> Thanks a lot.

    Service.getInstance().readMessages(msgList, MessageClasses.ALL);

will re-read a message every time until it's deleted.  Either delete
the messages, or use `MessageClasses.UREAD`.

-- 
You received this message because you are subscribed to the Google Groups 
"SMSLib Discussion Group" group.
To post to this group, send email to smslib@googlegroups.com.
To unsubscribe from this group, send email to 
smslib+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/smslib?hl=en.

Reply via email to