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

Commit 2523552b authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android (Google) Code Review
Browse files

Merge "Introduce a runtime flag for InputMethodInfoSafeList" into main

parents 77c11a1f f347ce86
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -61,6 +61,17 @@ flag {
    is_fixed_read_only: true
}

flag {
    name: "use_input_method_info_safe_list"
    namespace: "input_method"
    description: "Use InputMethodInfoSafeList for more reliable binder IPCs"
    bug: "339761278"
    is_fixed_read_only: true
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "ime_switcher_revamp"
    is_exported: true