What is the difference between available “close Android application” code?

Use whichever one you like. System.exit(0) probably is the most efficient, being a system method that directly exits the JVM running your app.

Leave a Comment