mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
go back to logging devids for now
This commit is contained in:
parent
6ca966f22a
commit
4f3c81417d
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ public class GCMIntentService extends GCMBaseIntentService {
|
|||
@Override
|
||||
protected void onRegistered( Context context, String regId )
|
||||
{
|
||||
DbgUtils.logf( "GCMIntentService.onRegistered(%s)", regId );
|
||||
XWPrefs.setGCMDevID( context, regId );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue