I have a problem in the application that occurs after the application has been destroyed in the background. Although I have some fixes, I want to be able to test them immediately.
If I describe my application and make a "forced stop" from the system settings of the application, this does not seem to recreate the problem when the application resumes.
Right now, I have to run the background application and wait almost 12 hours before trying again.
How can I tell Android to destroy the application so that I can check my fixes without waiting.
source share