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

Commit b801e3ea authored by Felix Stern's avatar Felix Stern
Browse files

Add aconfig flag to deprecate SHOW and HIDE flag annotation

Bug: 322992891
Test: None
Flag: android.view.inputmethod.deprecate_input_method_show_hide_flags
Change-Id: I93389a00a7f10e2ddc1bee29c7b69db6cf74a181
parent 77d7df1c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -214,3 +214,10 @@ flag {
  description: "Set server visibility before performLayout to avoid additional window layout traversal."
  bug: "427863960"
}

flag {
  name: "deprecate_input_method_show_hide_flags"
  namespace: "input_method"
  description: "Deprecate unsupported show/hide flags."
  bug: "322992891"
}