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( NOTIFICATION_SERVICE );
>     Notification notif = new Notification();
>     notif.ledARGB = 0xFFff0000;
>     notif.flags = Notification.FLAG_SHOW_LIGHTS;
>     notif.ledOnMS = 1000;
>     notif.ledOffMS = 1000;
>     nm.notify(LED_NOTIFICATION_ID, notif);
>
>     }
>
> But LED is not turning ON at all. Is any work-arround there or this is
> a known bug.
>
> Thanks,
> AKarmakar.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to