android.app.Notification.ledOnMS is a parameter used to set the duration, in milliseconds, for which the LED light will stay on when a notification is received on an Android device. This can be used to give the user a visual indication of new notifications, especially in situations where the device is in silent or vibrate mode.
Java Notification.ledOnMS - 20 examples found. These are the top rated real world Java examples of android.app.Notification.ledOnMS extracted from open source projects. You can rate examples to help us improve the quality of examples.