Automated import from //branches/master/...@141845,141845
This commit is contained in:
committed by
The Android Open Source Project
parent
2f8e96eb75
commit
02b4081b52
@@ -412,7 +412,8 @@ public final class Launcher extends Activity implements View.OnClickListener, On
|
||||
intent.putExtra(Contacts.Intents.UI.FILTER_TEXT_EXTRA_KEY, str);
|
||||
}
|
||||
|
||||
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK
|
||||
| Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
|
||||
|
||||
try {
|
||||
startActivity(intent);
|
||||
|
||||
Reference in New Issue
Block a user