File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 154154 </service >
155155
156156 <!-- User defined. For test only 用户自定义的广播接收器 -->
157- <receiver android : name =" cn.jpush.phonegap.MyReceiver" android : enabled =" true" >
157+ <receiver
158+ android : name =" cn.jiguang.cordova.push.MyReceiver"
159+ android : enabled =" true" >
158160 <intent-filter android : priority =" 1000" >
159161 <action android : name =" cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" />
160162 <!-- Required 显示通知栏 -->
Original file line number Diff line number Diff line change 1- package cn .jpush . phonegap ;
1+ package cn .jiguang . cordova . push ;
22
33import android .annotation .TargetApi ;
44import android .app .Activity ;
Original file line number Diff line number Diff line change 1- package cn .jpush . phonegap ;
1+ package cn .jiguang . cordova . push ;
22
33import android .content .BroadcastReceiver ;
44import android .content .Context ;
You can’t perform that action at this time.
0 commit comments