|
|
@@ -292,6 +292,10 @@ public class ActMain extends BaseActYmPermissionCheck {
|
|
|
}
|
|
|
transaction.commitAllowingStateLoss();
|
|
|
releaseInputMethodRefView();
|
|
|
+ Intent intent = new Intent();
|
|
|
+ intent.setAction(Intent.ACTION_MAIN);// "android.intent.action.MAIN"
|
|
|
+ intent.addCategory(Intent.CATEGORY_HOME); //"android.intent.category.HOME"
|
|
|
+ startActivity(intent);
|
|
|
SheepApp.getInstance().quit();
|
|
|
finish();
|
|
|
} else {
|