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

Commit ef220101 authored by Ben Murdoch's avatar Ben Murdoch
Browse files

Add flag to update the bugreport keyboard shortcut.

Flag: com.android.server.flags.new_bugreport_keyboard_shortcut
Bug: 335607520
Test: adb shell printflags | grep new_bugreport_keyboard_shortcut
Change-Id: I3caa6f97efecd31fdf99c06dab8b46864f37ed2f
parent 63a13362
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -6,3 +6,13 @@ flag {
     description: "Enable guard based on system feature to prevent OnDevicePersonalization service from starting on form factors."
     bug: "322249125"
}

flag {
    namespace: "input"
    name: "new_bugreport_keyboard_shortcut"
    description: "Enable META+CTRL+BACKSPACE keyboard shortcut for taking a bug report"
    bug: "335607520"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}