I want to fire an event when the user opens his messages from a particular sender. I am thinking of using a Service
which fires that event when the user opens his messages.
First, I would like to know if this thing is feasible? I mean, is it possible to get the info that the user has opened his messages (of a particular user in Android)?
Second, is using Service
the only way I can get through it? Is there any other method?
Thank you guys in advance :) ...