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

Commit a102dbdd authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Remove "Other keyboards" from IME switcher dialog.

Per comment from UX team, we remove "Other keyboards" button from the
IME switcher dialog because it now points to a stale location, and is
not really needed.

Bug: 27924222
Change-Id: I23b20de3ee0efbb67b7ccac2f9e458b6689dd4ed
parent 9a99629e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2945,8 +2945,6 @@

    <!-- Title of the pop-up dialog in which the user switches keyboard, also known as input method. -->
    <string name="select_input_method">Change keyboard</string>
    <!-- Title of a button to open the settings to enable or disable other soft keyboards (also known as input methods) [CHAR LIMIT=30] -->
    <string name="configure_input_methods">Other keyboards</string>
    <!-- Summary text of a toggle switch to enable/disable use of the IME while a physical
         keyboard is connected -->
    <string name="show_ime">Keep it on screen while physical keyboard is active</string>
+0 −1
Original line number Diff line number Diff line
@@ -1810,7 +1810,6 @@
  <java-symbol type="string" name="config_wimaxServiceClassname" />
  <java-symbol type="string" name="config_wimaxServiceJarLocation" />
  <java-symbol type="string" name="config_wimaxStateTrackerClassname" />
  <java-symbol type="string" name="configure_input_methods" />
  <java-symbol type="string" name="data_usage_3g_limit_snoozed_title" />
  <java-symbol type="string" name="data_usage_3g_limit_title" />
  <java-symbol type="string" name="data_usage_4g_limit_snoozed_title" />
+0 −10
Original line number Diff line number Diff line
@@ -3221,16 +3221,6 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
            };
            mDialogBuilder.setSingleChoiceItems(adapter, checkedItem, choiceListener);

            if (!isScreenLocked) {
                final OnClickListener positiveListener = new OnClickListener() {
                    @Override
                    public void onClick(DialogInterface dialog, int whichButton) {
                        showConfigureInputMethods();
                    }
                };
                mDialogBuilder.setPositiveButton(
                        com.android.internal.R.string.configure_input_methods, positiveListener);
            }
            mSwitchingDialog = mDialogBuilder.create();
            mSwitchingDialog.setCanceledOnTouchOutside(true);
            mSwitchingDialog.getWindow().setType(