Hello good people,
Has anybody got an LED notification from the notification manager working?
 I tried using a custom setup as well as using the DEFAULT_LIGHTS setting
but I see nothing in the emulator nor on the device.  The log shows the
method is executing the code inside my if.  Here's some code I tried:
     if (prefs.getBoolean(ctxt.getString(R.string.led), false)) {

     //notification.defaults |= Notification.DEFAULT_LIGHTS;
                // when default did not work I tried these settings
     notification.ledARGB = 0xff00ff00;
     notification.ledOnMS = 3000;
     notification.ledOffMS = 1000;
     notification.flags |= Notification.FLAG_SHOW_LIGHTS;
                }


If you have it going can you send me a snippet with your working settings?

Thanks and regards,
Beth

-- 

W. C. Fields <http://www.brainyquote.com/quotes/authors/w/w_c_fields.html>
- "If I had to live my life over, I'd live over a saloon."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to