Automated import from //branches/master/...@141845,141845

This commit is contained in:
Dianne Hackborn
2009-03-24 21:04:14 -07:00
committed by The Android Open Source Project
parent 2f8e96eb75
commit 02b4081b52
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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);