質問編集履歴
1
誤字を修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -146,7 +146,7 @@
|
|
146
146
|
|
147
147
|
Intent intent = new Intent(getApplicationContext(), SubActivity.class);
|
148
148
|
|
149
|
-
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
149
|
+
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP|Intent.FLAG_ACTIVITY_NEW_TASK);
|
150
150
|
|
151
151
|
startActivity(intent);
|
152
152
|
|