我这个完全都配置好了啊,为啥OPPO拿不到Service,请帮忙看下。
2024-09-12 00:36:30.569 32021-32383 JIGUANG-JPush com.zhilukeji.ebusiness.tzlmteam W [OPushHelper] getReceiver error:java.lang.NullPointerException: Attempt to get length of null array
2024-09-12 00:36:30.569 32021-32383 JIGUANG-JPush com.zhilukeji.ebusiness.tzlmteam W [OPushHelper] AndroidManifest.xml missing service extends oppo's PushService
2024-09-12 00:37:25.272 3387-4207 JIGUANG-JPush com.zhilukeji.ebusiness.tzlmteam W [OPushHelper] getReceiver error:java.lang.NullPointerException: Attempt to get length of null array
2024-09-12 00:37:25.272 3387-4207 JIGUANG-JPush com.zhilukeji.ebusiness.tzlmteam W [OPushHelper] AndroidManifest.xml missing service extends oppo's PushService
<intent-filter>
<action
android:name="com.coloros.mcs.action.RECEIVE_MCS_MESSAGE" />
</intent-filter>
</service>
<service
android:name="com.heytap.msp.push.service.CompatibleDataMessageCallbackService"
android:permission="com.coloros.mcs.permission.SEND_MCS_MESSAGE"
android:exported="true">
<intent-filter>
<action
android:name="com.coloros.mcs.action.RECEIVE_MCS_MESSAGE" />
</intent-filter>
</service>
<service
android:name="com.heytap.msp.push.service.DataMessageCallbackService"
android:permission="com.heytap.mcs.permission.SEND_PUSH_MESSAGE"
android:exported="true">
<intent-filter>
<action
android:name="com.heytap.mcs.action.RECEIVE_MCS_MESSAGE" />
<action
android:name="com.heytap.msp.push.RECEIVE_MCS_MESSAGE" />
</intent-filter>
</service>