Skip to content

Commit 3e77474

Browse files
committed
Merge pull request phonegap#235 from smdvdsn/issue188
Fixes for using new GcmReceiver code
2 parents adf42b0 + 6a8aaa5 commit 3e77474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
android:permission="com.google.android.c2dm.permission.SEND" >
5656
<intent-filter>
5757
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
58-
<category android:name="com.example.gcm" />
58+
<category android:name="$PACKAGE_NAME" />
5959
</intent-filter>
6060
</receiver>
6161
<service
@@ -75,7 +75,7 @@
7575
</config-file>
7676

7777
<framework src="com.android.support:support-v13:23+" />
78-
<framework src="com.google.android.gms:play-services:+" />
78+
<framework src="com.google.android.gms:play-services-gcm:+" />
7979

8080
<source-file src="src/android/com/adobe/phonegap/push/GCMIntentService.java" target-dir="src/com/adobe/phonegap/push/" />
8181
<source-file src="src/android/com/adobe/phonegap/push/PushConstants.java" target-dir="src/com/adobe/phonegap/push/" />

0 commit comments

Comments
 (0)