blob: 0ebe09b818ce4f1909bfe57ad635b659444dddb4 (
plain)
1
2
3
4
5
6
7
8
9
|
on boot
# Notification LED
chown system system /sys/class/leds/red/blink
chown system system /sys/class/leds/red/brightness
service light-hal-2-0 /vendor/bin/hw/android.hardware.light@2.0-service.xiaomi_wayne
class hal
user system
group system
|