Skip to content

Commit

Permalink
add token update service to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
susemi99 committed Jan 26, 2016
1 parent bac1b41 commit 508f316
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@
<action android:name="com.google.android.c2dm.intent.RECEIVE"/>
</intent-filter>
</service>

<service
android:name=".services.InstanceIDUpdateListenerService"
android:exported="false">
<intent-filter>
<action android:name="com.google.android.gms.iid.InstanceID"/>
</intent-filter>
</service>
</application>

</manifest>

0 comments on commit 508f316

Please sign in to comment.