Intent homeIntent = new Intent(Intent.ACTION_MAIN); homeIntent.addCategory(Intent.CATEGORY_HOME); homeIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); startActivity(homeIntent);
參考資料:
https://stackoverflow.com/questions/17719634/how-to-exit-an-android-app-using-code
沒有留言:
張貼留言