Package com.mitac.api.libs
Annotation Type LED.LED_STATUS
-
@Retention(SOURCE) public static @interface LED.LED_STATUS
LED status definition check systemProperties("ro.boot.hw_version") ,if not '01',then only support 3 kinds:@STATUS_OFF ,@STATUS_ON, @STATUS_BLINK
-
-
Field Summary
Fields Modifier and Type Fields Description static int
STATUS_BLINK
Set LED blinkstatic int
STATUS_BLINK_OFF
Turn off a blink LEDstatic int
STATUS_BLINK_OFF_ALL
Turn off all blink LEDsstatic int
STATUS_OFF
Turn off an ON LEDstatic int
STATUS_OFF_ALL
Turn off all solid LEDsstatic int
STATUS_ON
Set LED always on
-