How do I set the statusbar notification sound to not repeat?

8 views
Skip to first unread message

Brian Cohen

unread,
Jul 2, 2013, 7:59:23 AM7/2/13
to alternate-java-bridg...@googlegroups.com
Whenever I create a notifier.ShowStatusBarNotification() it always repeats the notification sound over and over and over until you pull down the notification bar. 

Does anyone know how to set this to not repeat, Every other alert I get in the system, whether from the phone, or from a 3rd party app always plays the notification sound once.  Am I doing something wrong?

Brian Cohen

unread,
Jul 2, 2013, 8:38:00 AM7/2/13
to kenneth rankin, alternate-java-bridg...@googlegroups.com
N
o,  I tested it in a controlled environment just to be certain it wasn't something in my project.

New project, nothing in it but 2 lines of code.

Notifier notifier = new Notifier(this);
notifier.ShowStatusBarNotification(R.drawable.ic_launcher, "Test", "Ticker", "Test Message");


On Tue, Jul 2, 2013 at 8:33 AM, kenneth rankin <a54S...@gmail.com> wrote:
Did you possibly set it in a listener or something that is looping?  Maybe when it is open it no longer loops?



On Tue, Jul 2, 2013 at 6:59 AM, Brian Cohen <bri...@gmail.com> wrote:
Whenever I create a notifier.ShowStatusBarNotification() it always repeats the notification sound over and over and over until you pull down the notification bar. 

Does anyone know how to set this to not repeat, Every other alert I get in the system, whether from the phone, or from a 3rd party app always plays the notification sound once.  Am I doing something wrong?

--
You received this message because you are subscribed to the Google Groups "Java Bridge Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to alternate-java-bridge-libr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
Kenneth R.
A54studio.com

Reply all
Reply to author
Forward
0 new messages