[android-developers] Re: LED is not working

2010-03-26 Thread DanM
Which product is this for? dan On Mar 23, 5:37 am, AKarmakar karmakar.arin...@gmail.com wrote: Hi All, I wrote a small application to test LED. Here is the code snippet: private void RedFlashLight()     {     NotificationManager nm = ( NotificationManager ) getSystemService(

[android-developers] Re: LED notifications not working?

2008-12-05 Thread code_android_festival_way
Ok I got the solution on my own. You need to add: notification.flags = Notification.FLAG_SHOW_LIGHTS; to the method and it starts working. Regards! On 5 Dez., 11:37, code_android_festival_way [EMAIL PROTECTED] wrote: Hello! I've tried to implement a LED notification in my little