Let me detail what I'm trying to do:
I have a class derived from BroadcastReceiver which intercepts SMSes.
I want to open (resume to the last state) the UI (or to create a new one if it wasn't created already by the user).
How do I do that?
Let me detail what I'm trying to do:
I have a class derived from BroadcastReceiver which intercepts SMSes.
I want to open (resume to the last state) the UI (or to create a new one if it wasn't created already by the user).
How do I do that?