0
How to close any app via timer?
I want to close my Android app via timer but I don't use main activity. I want close my app from any activity.
1 Antwort
+ 1
System.exit(0) quits the app from anywhere.
The disadvantage is that there is no exit-animation.