mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-03-16 05:51:04 +08:00
Update Plugin.xml.
This commit is contained in:
parent
42fbe62d19
commit
c6b8a6f2f6
12
plugin.xml
12
plugin.xml
@ -136,6 +136,18 @@
|
|||||||
</intent-filter>
|
</intent-filter>
|
||||||
</receiver>
|
</receiver>
|
||||||
|
|
||||||
|
<!-- since 1.8.0 option 可选项。用于同一设备中不同应用的JPush服务相互拉起的功能。 -->
|
||||||
|
<!-- 若不启用该功能可删除该组件,将不拉起其他应用也不能被其他应用拉起 -->
|
||||||
|
<service
|
||||||
|
android:name="cn.jpush.android.service.DaemonService"
|
||||||
|
android:enabled="true"
|
||||||
|
android:exported="true">
|
||||||
|
<intent-filter >
|
||||||
|
<action android:name="cn.jpush.android.intent.DaemonService" />
|
||||||
|
<category android:name="$PACKAGE_NAME"/>
|
||||||
|
</intent-filter>
|
||||||
|
</service>
|
||||||
|
|
||||||
<!-- User defined. For test only 用户自定义的广播接收器 -->
|
<!-- User defined. For test only 用户自定义的广播接收器 -->
|
||||||
<receiver
|
<receiver
|
||||||
android:name="cn.jpush.phonegap.MyReceiver"
|
android:name="cn.jpush.phonegap.MyReceiver"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user