OSDN Git Service

Revert "Rotate IMEs (subtypes) by Meta+Space."
authorYohei Yukawa <yukawa@google.com>
Wed, 2 May 2018 18:13:10 +0000 (11:13 -0700)
committerYohei Yukawa <yukawa@google.com>
Fri, 4 May 2018 19:53:40 +0000 (12:53 -0700)
commitfec8cef7ed212d98521ddae5815ec20109cd1cc5
tree8b1b940a8bab31c37f8ce1b7c32c7ea25e528cc1
parent0811512557911f29f5eada2364f7e63836ed1fbf
Revert "Rotate IMEs (subtypes) by Meta+Space."

This reverts commit ae61f7118a92e097e854c840d5726c0920f5db0e [1].

Reason for revert: to deprecate Meta-Space short cut.

 [1]: I4005692215edfcf8bed3e86b1e07000148f986f5

Bug: 79150878
Test: Manually tested as follows.
  1. make -j SoftKeyboard
  2. adb install -r $OUT/system/app/SoftKeyboard/SoftKeyboard.apk
  3. adb shell ime enable com.example.android.softkeyboard/.SoftKeyboard
  4. Connect a hardware keyboard
  5. adb shell settings get secure default_input_method
  6. Hit Meta+Space on the hardware keyboard.
  7. adb shell settings get secure default_input_method
  8. Make sure that the results of step 5 and step 7 are the same.
Change-Id: I5ed0feb5a6d7171564d358644b04ee2a43e4d6b3
core/java/android/view/inputmethod/InputMethodManagerInternal.java
services/core/java/com/android/server/InputMethodManagerService.java
services/core/java/com/android/server/policy/PhoneWindowManager.java
services/core/java/com/android/server/policy/WindowManagerPolicy.java
services/core/java/com/android/server/wm/WindowManagerService.java