File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " jpush-phonegap-plugin" ,
3- "version" : " 3.6.2 " ,
3+ "version" : " 3.6.3 " ,
44 "description" : " JPush for cordova plugin" ,
55 "cordova" : {
66 "id" : " jpush-phonegap-plugin" ,
Original file line number Diff line number Diff line change 22<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
33 xmlns : android =" http://schemas.android.com/apk/res/android"
44 id =" jpush-phonegap-plugin"
5- version =" 3.6.2 " >
5+ version =" 3.6.3 " >
66
77 <name >JPush</name >
88 <description >JPush for cordova plugin</description >
190190 <!-- Required SDK核心功能-->
191191 <receiver android : name =" cn.jpush.android.service.AlarmReceiver" />
192192
193- <receiver android : name =" cn.jiguang.cordova.push.JPushEventReceiver" >
193+ <receiver android : name =" cn.jiguang.cordova.push.JPushEventReceiver"
194+ android : enabled =" true"
195+ android : exported =" false" >
194196 <intent-filter >
195197 <action android : name =" cn.jpush.android.intent.RECEIVE_MESSAGE" />
196198 <category android : name =" $PACKAGE_NAME" />
200202 <!-- 插件通知广播接收器 -->
201203 <receiver
202204 android : name =" cn.jiguang.cordova.push.JPushReceiver"
203- android : enabled =" true" >
205+ android : enabled =" true"
206+ android : exported =" false" >
204207 <intent-filter >
205208 <action android : name =" cn.jpush.android.intent.REGISTRATION" />
206209 <action android : name =" cn.jpush.android.intent.MESSAGE_RECEIVED" />
You can’t perform that action at this time.
0 commit comments