I am developing the app which holds the messages in it's own inbox rather than the native inbox.
This can be achieved only if the incoming messages are prevented from reaching the native inbox.
There is some attribute android:priority
in <intent-filter>
, by which message can be first received by current receiver than others.
But I do not know how to do it properly, does anyone know?