SMS Broadcastreceiver not called when GO SMS Pro installed

后端 未结 2 830
遥遥无期
遥遥无期 2020-12-17 21:09

I have implemented an SMS receiver which intercepts incoming SMS messages without any issues. However, when I install GO SMS Pro and set \"Disable other message notificatio

2条回答
  •  一整个雨季
    2020-12-17 21:44

    "Pretty high" value for priority is just not enough when it comes to Go SMS Pro because they've set their on absolute maximum of 2147483647 (2^31-1). So if you put that value you'll be fine as long as your app is installed before Go SMS Pro is because when on same priority Android OS will pass broadcast to "older" app (This is from my experience, not an official information). If Go SMS Pro is installed prior to your app you should warn your users about the situation. They could configure Go SMS Pro differently or uninstall it and then re install it again so your app can work too.

提交回复
热议问题