SHARE
TWEET

Untitled

a guest Apr 7th, 2018 72 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. public class AndroidLauncher extends AndroidApplication {
  2.  
  3.     //... some code ...
  4.  
  5.     @Override
  6.     protected void onDestroy() {
  7.         android.os.Process.killProcess(android.os.Process.myPid()); // this line will kill process
  8.         super.onDestroy();
  9.     }
  10. }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top