I have developed an application which uses some external open source projects. For now I have made sure that there is no place where the application would force close. However, I don't want to take chances considering the external opensource apps. I want to make sure that if in case my application force closes, I restart the application from the start.
I searched through the net for a solution and the best I could find was here. However I really couldn't understand how to implement it...
I have seen many applications which open the first screen on force close, so can you give me some some assistance?