is there a way that I can clear the broadcast of SMS_SENT or SMS_DELIVERED so that other apps won't get it?
问题 I am looking for a potential hack in my application where I am unable to get the onReceive() or SMS_SENT or SMS_DELIVERED in devices like Oppo, Vivo, Mi. A message is sent from my device and I register a receiver to listen for the status of the message, sent and delivered, after that, I will do some networking calls. Currently, My App is unable to get the onRecieve(). Why? Because I add value to an Array every time my onReceive() gets called and send to the server. I am getting an Empty Array