Skip to content

Instantly share code, notes, and snippets.

View rlepinski's full-sized avatar

Ryan Lepinski rlepinski

  • Urban Airship
  • Portland Oregon
View GitHub Profile
<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>