How can I activate my application when a user open the message inbox in android. I can open the inbox from my application . I need a vice verse where open my app when message is opened.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
I've never done that, but I suppose you can do a background process that check periodically (not too often though ;) ) the status of unread messages. When the user read the message you show up a notification.
|
||||