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

Commit 81f6b5c6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add flag to update the bugreport keyboard shortcut." into main

parents 144bae3f ef220101
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
    }
}