Hi, I try to send additional notifications for certain SMS messages based on various critera. My goal is to have insistent ringing and vibrating for "important" messages. I don't want to force users to disable their usual notification SMS notification, so both happen when such an important message arrives. My own notification happens first, for some reason. It has the FLAG_INSISTENT set, and uses a ringtone that is set up to loop. However, when the default notification happens immediately after, the first notification is cancelled, defeating the FLAG_INSISTENT and looping ringtone settings (if I disable the default notification, mine loops just fine)
Is there a clean way to ensure that my notification is actually insistent, or do I need to play with timers or alarms to reenable it manually every now and then? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

