receive the GCM

implements a GCM receiver service
This commit is contained in:
Paul Schneider 2016-07-22 11:47:38 +02:00
commit 6a7a78558e
2 changed files with 53 additions and 0 deletions

View file

@ -191,6 +191,7 @@
<Compile Include="OAuth2\YaOAuth2Authenticator.cs" />
<Compile Include="Resources\Resource.Designer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Services\GcmListenerService.cs" />
<Compile Include="Services\GcmRegistrationIntentService.cs" />
<Compile Include="Services\MyGcmIntentService.cs" />
<Compile Include="Services\MyInstanceIdListener.cs" />