File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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/" />
You can’t perform that action at this time.
0 commit comments