mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
add flag that's supposed to help notification launch an open activity
This commit is contained in:
parent
5291307c11
commit
40dcda2262
1 changed files with 1 additions and 0 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue