Skip to content

Commit

Permalink
Merge pull request #942 from LcTerry/master
Browse files Browse the repository at this point in the history
修复BUG
  • Loading branch information
LcTerry authored Apr 25, 2024
2 parents e819315 + 7df3067 commit b394de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
android:enabled="true"
android:exported="false">
<intent-filter>
<action android:name="cn.jpush.android.intent.RECEIVE_MESSAGE" />
<action android:name="cn.jpush.android.intent.SERVICE_MESSAGE" />
<category android:name="${applicationId}" />
</intent-filter>
</service>
Expand Down

0 comments on commit b394de8

Please sign in to comment.