Annotation Type LED.LED_ID


  • @Retention(SOURCE)
    public static @interface LED.LED_ID
    check systemProperties("ro.boot.hw_version") ,if not '01',then only support 3 kinds color:@ID_RED ,@ID_GREEN, @ID_BLUE
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static int ID_BLUE
      Blue LED light
      static int ID_GREEN
      Green LED light
      static int ID_RED
      Red LED light
    • Field Detail

      • ID_RED

        static final int ID_RED
        Red LED light
      • ID_GREEN

        static final int ID_GREEN
        Green LED light
      • ID_BLUE

        static final int ID_BLUE
        Blue LED light