On Sat, Jul 3, 2010 at 5:54 AM, alex.tchumel <[email protected]> wrote: > Could you say more about your idea - what kind of the flags can be > helpfull?
Position the cursor of your editor at the end of the line containing you setFlags() call. Press the backspace key enough times to eliminate all characters on that line. Save the file. Recompile, and test the modified application. > Do you think an alternative to FLAG_ACTIVITY_NEW_TASK flag or some > additional flag(s) to FLAG_ACTIVITY_NEW_TASK? Most startActivity() calls do not need setFlags(). Hence, I am suggesting that perhaps the flag you are presently setting is not merely "not needed" but also may be interfering with what you are trying to accomplish. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 2.2 Programming Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

