commit | e23a4c132897423f2b3fa5be3f57b49256bec8b3 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Wed Oct 19 09:37:38 2022 -0700 |
committer | Yohei Yukawa <yukawa@google.com> | Wed Oct 19 09:37:38 2022 -0700 |
tree | 6370a12c855a881f4e0d9d3af73c357e442d8076 | |
parent | cd4d015a09d4d887b8b76d1ed3549bb9e44a133d [diff] [blame] |
Stop using notification for IME switcher InputMethodManagerService has had logic to show notifications when the IME switcher icon cannot be shown on NavigationBar[1][2][3][4][5]. With this CL, such a fallback behavior is completely removed. Devices and form-factors that need a special handling need to come up with their own solution rather than relying on this historical notification mechanism. [1]: I2b9e955003c1f6703978824c947d5f322a039714 7cfc0ed21a3fafabafb40b38a8589808ad1517af [2]: Id36c8c34159bea8b72557b40bcf024d401f580b6 01065a5719414b0855da2820beb9bd4a6459ba1b [3]: I34a95732ef3e7c20d6549b57230c11f0c3db04d6 d4b625994f7664666ac7b53bf6a7d79a6459b3f1 [4]: I58421143bee25be459f4f744688b37614a750051 f62c0b837a6d2f20b103db749c5cb46ada9f9e43 [5]: I6ad818fc9ef08991e24c5020498243f1fc417998 24ab9e18a74b052e4f5b8fb04c48d7f16ea071ae Bug: 245989733 Test: atest CtsPermission2TestCases:ProtectedBroadcastsTest Test: presubmit Change-Id: I3b09d2b05ba9bde686b360b9f720b5d4258551c3
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto index a94bfe2..12e7226 100644 --- a/proto/src/system_messages.proto +++ b/proto/src/system_messages.proto
@@ -61,7 +61,7 @@ // Notify the user that they should select an input method // Package: android - NOTE_SELECT_INPUT_METHOD = 8; + NOTE_SELECT_INPUT_METHOD = 8 [deprecated = true]; // Notify the user about limited functionality before decryption // Package: android