Hi
I require to save the state of my current activity when system interruption occures (like incoming call or messages). Once interrupted activtiy is over (like call over), I need to continue my previous activity automatically. I am using aidl service too.
Thanks in Advance


