fixes latest commit, for DEV
This commit is contained in:
parent
aac7278f58
commit
8f5e0177b2
6 changed files with 43 additions and 9 deletions
|
|
@ -13,7 +13,7 @@ using ZicMoove.Settings;
|
|||
namespace ZicMoove.Droid
|
||||
{
|
||||
|
||||
[Service(Exported = false)]
|
||||
[Service(Exported = false), IntentFilter(new[] { "com.google.android.c2dm.intent.REGISTRATION" })]
|
||||
class GcmRegistrationIntentService : IntentService
|
||||
{
|
||||
static object locker = new object();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue