add flag that's supposed to help notification launch an open activity

This commit is contained in:
Andy2 2011-02-24 22:21:04 -08:00
parent 5291307c11
commit 40dcda2262

View file

@ -72,6 +72,7 @@ public class RelayService extends Service {
{
Intent intent = new Intent( this, DispatchNotify.class );
//intent.addFlags( Intent.FLAG_ACTIVITY_CLEAR_TOP );
intent.addFlags( PendingIntent.FLAG_UPDATE_CURRENT );
intent.putExtra( getString(R.string.relayids_extra),
relayIDs );