`

Android kill the process

 
阅读更多

                   

 

 

                    Intent intent = new Intent(MainActivity.this, LoginActivity.class);

                    intent.addCategory(Intent.CATEGORY_HOME);

                    intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);

                    startActivity(intent);

                    android.os.Process.killProcess(Process.myPid());

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics