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

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

Add flag to fetch keyboard shortcuts from system rather than hardcoding.

Flag: com.android.systemui.fetch_bookmarks_xml_keyboard_shortcuts
Bug: 312452252
Test: NA

Change-Id: I137f7ba5d57ba0f1149ac6889b7ab7d2ce7d950b
parent ef2629a5
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -1144,3 +1144,13 @@ flag {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
   namespace: "systemui"
   name: "fetch_bookmarks_xml_keyboard_shortcuts"
   description: "Fetches application launch keyboard shortcuts from system server rather than building a hardcoded list."
   bug: "312452252"
   metadata {
       purpose: PURPOSE_BUGFIX
   }
}