I developed an application that works great.
In that I used some static variables, and also set application level variables. My problem is that even after setting finish () for each action, the application is displayed in runtime.
After closing the application, when I started the application after some time, it will install the latest changes.
How can I destroy my application?
source
share