Skip to content

Commit 2094221

Browse files
committed
LP-4332 Add category for GcmReceiver.
1 parent 2a9d30c commit 2094221

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)