Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9136d938 authored by Aseda Aboagye's avatar Aseda Aboagye
Browse files

Add flag for keyboard backlight shortcuts

Bug: 401626732
Flag: com.android.hardware.input.keyboard_backlight_shortcuts
Test: Add code that uses the flag and verify that it is properly
guarded by the flag. Change the flag on a DUT and verify that
the code is executed.

Change-Id: Ib6e064192e1ab2885c8bb02f56c2a07e4bf09f87
parent 3b9f73a0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -238,3 +238,10 @@ flag {
    is_exported: true
    bug: "403531245"
}

flag {
  name: "keyboard_backlight_shortcuts"
  namespace: "desktop_input"
  description: "Enables new keyboard shortcuts to adjust keyboard backlight"
  bug: "401626732"
}