NEW_TASK plus CLEAR_TOP is the magic combination -- says one set of

docs.  Looks good so far.
This commit is contained in:
Andy2 2011-12-18 12:23:00 -08:00
parent dd8da6d312
commit c2c2c7e766

View file

@ -79,7 +79,7 @@ public class DispatchNotify extends Activity {
// instance.
intent.setFlags( Intent.FLAG_ACTIVITY_CLEAR_TOP
| Intent.FLAG_ACTIVITY_SINGLE_TOP );
| Intent.FLAG_ACTIVITY_NEW_TASK );
if ( null != relayIDs ) {
intent.putExtra( RELAYIDS_EXTRA, relayIDs );
} else if ( null != data ) {