am 523db1c3: Merge change Icf1e2f98 into eclair

Merge commit '523db1c33580f453fd5abd74bede3e0e3e46a825' into eclair-plus-aosp

* commit '523db1c33580f453fd5abd74bede3e0e3e46a825':
  Adds Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET to launch fasttrack intent.
This commit is contained in:
Megha Joshi
2009-09-30 14:20:55 -07:00
committed by Android Git Automerger

View File

@@ -2254,6 +2254,7 @@ public final class ContactsContract {
intent.putExtra(EXTRA_TARGET_RECT, target);
intent.putExtra(EXTRA_MODE, mode);
intent.putExtra(EXTRA_EXCLUDE_MIMES, excludeMimes);
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET);
context.startActivity(intent);
}
}