Hi guys,
May be you know, i have the common question about Android notifications.
For example if i have 2 applications which wants to recieve incoming SMS notification.
What application executed first?
I code we wrote:
Using java Syntax Highlighting
/* Consume this intent, that no other application will notice it. */
this.abortBroadcast();
Parsed in 0.029 seconds, using
GeSHi 1.0.8.4
How i can be shure that first(for instance) application will get notification instead of second.
Thanks!!!
PS
This question comes from simple example. If i have a phone with default Messaging client, and additionaly download and install alternative Messaging application, which one will work????