Re: [android-developers] Question on launching activity from notification

2012-06-18 Thread Mark Murphy
On Thu, Jun 14, 2012 at 12:04 PM, Yezersky wrote: > what's happened? follow Android SDK, singleTask is same as > FLAG_ACTIVITY_CLEAR_TOP, but I get different result here? IMHO, singleTask is closer to FLAG_ACTIVITY_CLEAR_TOP|FLAG_ACTIVITY_SINGLE_TOP. -- Mark Murphy (a Commons Guy) http://common

[android-developers] Question on launching activity from notification

2012-06-17 Thread Yezersky
Hi, There's a questions when I try to launch a activity from notification. The activity's task is on the background, if I add singleTask on the activity's launch mode, after touch notification, the activiy's task go back to foreground, and the activity is same as before, but if I do not add single