I'm building an SMS app that receives and sends SMS messages, with some extra features. I've noticed on some phones, when my app sends a message from device A to B, some other SMS apps in device B actually intercept the message, and hence my app in device B never gets the message.
Setting the other SMS app to not the default app, or changing the priority, often solves the problem. However, I'm assuming not all apps have these options that I can set.
What can I do in my app to increase its priority in receiving SMS messages, or prevent other apps from intercepting SMS messages?
Thanks.