Home

Friday, April 16, 2010

How to kill the Android application completely?

ActivityManager actmgr=(ActivityManager)Settings.this.getSystemService(Context.ACTIVITY_SERVICE);
actmgr.restartPackage("<absolute package here>");

No comments:

Post a Comment