Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.04 KB

NotificationLightBridge

This project adapts Notification Colors to the led light bar of a WA1053T Android Wall Mount Tablet.

Colors are usually defined on a NotificationChannel, or, on api version < 26 on the notifications ledARGB property.

Note: Flashing the LEDs is not supported.

Additionally, using the following generic Broadcast Intents are made available:

  • com.robbi5.notificationlightbridge.TURN_OFF
  • com.robbi5.notificationlightbridge.SET_COLOR with an Integer-Extra of color
  • com.robbi5.notificationlightbridge.SET_RAW with an IntegerList-Extra of cmd

The available raw values can be found in the LED() companion object.

Installation/Setup

After compiling and installing the apk, navigate to Settings → Apps & notifications → Special app access → Notification access and enable the NotificationLightBridge entry.