Skip to content

Instantly share code, notes, and snippets.

@rlepinski
Created February 17, 2016 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rlepinski/bd5e8e8717c16c99f543 to your computer and use it in GitHub Desktop.
Save rlepinski/bd5e8e8717c16c99f543 to your computer and use it in GitHub Desktop.
<receiver
android:name="com.urbanairship.push.GcmPushReceiver"
android:permission="com.google.android.c2dm.permission.SEND">
<intent-filter>
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
<action android:name="com.google.android.c2dm.intent.REGISTRATION" />
<category android:name="${applicationId}" />
</intent-filter>
</receiver>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment