Skip to content
Snippets Groups Projects
Commit 82e476b1 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Keep task stack when invoking settings from setup wizard

Bug: 8336068
Change-Id: If1df32595f72285b2dad16e28b4429b7b6059839
parent df3ca042
No related branches found
No related tags found
No related merge requests found
......@@ -236,8 +236,7 @@ public final class SetupActivity extends Activity implements View.OnClickListene
final Intent intent = new Intent();
intent.setClass(this, SettingsActivity.class);
intent.setFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED
| Intent.FLAG_ACTIVITY_CLEAR_TOP
| Intent.FLAG_ACTIVITY_NO_HISTORY);
| Intent.FLAG_ACTIVITY_CLEAR_TOP);
startActivity(intent);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment