Loading core/java/android/view/inputmethod/InputMethodManager.java +9 −7 Original line number Diff line number Diff line Loading @@ -1330,6 +1330,7 @@ public final class InputMethodManager { return; } if (context.getResources().getBoolean(com.android.internal.R.bool.config_symKeyShowsImePicker)) { if (key.getAction() == KeyEvent.ACTION_DOWN && key.getKeyCode() == KeyEvent.KEYCODE_SYM) { showInputMethodPicker(); Loading @@ -1339,6 +1340,7 @@ public final class InputMethodManager { } return; } } try { if (DEBUG) Log.v(TAG, "DISPATCH KEY: " + mCurMethod); mCurMethod.dispatchKeyEvent(seq, key, callback); Loading core/res/res/values/config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -639,4 +639,7 @@ <!-- Location of the Authentec framework jar --> <string name="config_authentecJarLocation"></string> <!-- True if the Sym key should open the InputMethodPicker (deault) --> <bool name="config_symKeyShowsImePicker">true</bool> </resources> Loading
core/java/android/view/inputmethod/InputMethodManager.java +9 −7 Original line number Diff line number Diff line Loading @@ -1330,6 +1330,7 @@ public final class InputMethodManager { return; } if (context.getResources().getBoolean(com.android.internal.R.bool.config_symKeyShowsImePicker)) { if (key.getAction() == KeyEvent.ACTION_DOWN && key.getKeyCode() == KeyEvent.KEYCODE_SYM) { showInputMethodPicker(); Loading @@ -1339,6 +1340,7 @@ public final class InputMethodManager { } return; } } try { if (DEBUG) Log.v(TAG, "DISPATCH KEY: " + mCurMethod); mCurMethod.dispatchKeyEvent(seq, key, callback); Loading
core/res/res/values/config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -639,4 +639,7 @@ <!-- Location of the Authentec framework jar --> <string name="config_authentecJarLocation"></string> <!-- True if the Sym key should open the InputMethodPicker (deault) --> <bool name="config_symKeyShowsImePicker">true</bool> </resources>