I have content observer which "observes" table changes in "content://sms". My app i'm working on, checks for unread SMS messages and it's working fine. The value of unread messages i'm storing in static variable ( need reference from another class ).
But the thing is that i need to reset this variable to zero, when user navigates to messaging application (SMS Inbox).
Can someone points me to right direction how to do that?
Thanks in advance..=)