Skip to content

Commit 62d1e6a

Browse files
authored
Merge pull request #5 from Enuviel/LP-4332
LP-4332 Add category for GcmReceiver.
2 parents 2a9d30c + 2094221 commit 62d1e6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AndroidSDK/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<intent-filter>
3030
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
3131
<action android:name="com.google.android.c2dm.intent.REGISTRATION" />
32+
<category android:name="${applicationId}"/>
3233
</intent-filter>
3334
</receiver>
3435

0 commit comments

Comments
 (0)