[android-developers] LED is not working

2010-03-24 Thread AKarmakar
Hi All, I wrote a small application to test LED. Here is the code snippet: private void RedFlashLight() { NotificationManager nm = ( NotificationManager ) getSystemService( NOTIFICATION_SERVICE ); Notification notif = new Notification(); notif.ledARGB = 0xFFff;

[android-developers] LED notifications not working?

2008-12-05 Thread code_android_festival_way
Hello! I've tried to implement a LED notification in my little application for testing but I can't get them working. Here is the little snippet from my code: private void setNotificationLED(int color){ Notification notification = new Notification(); notification.ledARGB =