I'm trying to make the LED of the HTC Legend color blue along with my notification.
notif.ledARGB = color.BLUE;
notif.ledOnMS = 100;
notif.ledOffMS = 100;
notif.flags |= Notification.FLAG_SHOW_LIGHTS;
The led just keeps flashing green (and not in the requested pattern). Is there something wrong with the code or doesn't the Legend support controlling the LED?