I am writing an application that executes notifications upon receiving sms messages. It works fine in the emulator but does not work on my phone. I tried debugging the app but there are no errors in the logs. Could it be that another sms app is hogging the notification and my app is not allowed to execute a notification?
The notification is suppose to trigger an mp3 that I have packaged in /raw/. The mp3 are 1 or 2 sec long.
cheers, Jay