mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
add constructor in order to pass SENDER_ID to parent constructor,
as docs say to do
This commit is contained in:
parent
f64de16ce3
commit
bda193029e
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ import com.google.android.gcm.GCMRegistrar;
|
|||
|
||||
public class GCMIntentService extends GCMBaseIntentService {
|
||||
|
||||
public GCMIntentService()
|
||||
{
|
||||
super( GCMConsts.SENDER_ID );
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onError( Context context, String error )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue