Re: [android-developers] Why my application doesn't in application history?

2010-06-08 Thread Mark Murphy
Jiang wrote: I start a new activity with the following statements: Intnet intent = new Intent(this, NewActivity.class); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_MULTIPLE_TASK | Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS); startActivity(intent); After

RE: [android-developers] Why my application doesn't in application history?

2010-06-07 Thread 楊健
I think the new activity is the same application which you are running. Try to launch some other application gallery e.g. _ From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Jiang Sent: Tuesday, June 08, 2010 12:38 PM To: