We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cadf28 commit aa463b7Copy full SHA for aa463b7
android/src/main/AndroidManifest.xml
@@ -38,7 +38,8 @@
38
</service>
39
40
<service android:name="cn.jiguang.plugins.service.JCoreModuleService"
41
- android:exported="true">
+ android:exported="true"
42
+ android:process=":pushcore">
43
<intent-filter>
44
<action android:name="cn.jiguang.user.service.action" />
45
</intent-filter>
0 commit comments