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

Commit 65a4fe0f authored by Tarandeep Singh's avatar Tarandeep Singh Committed by Android (Google) Code Review
Browse files

Merge "Add javadoc for IMM.showInputMethodPicker"

parents 69a2bb62 47e49fd0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2559,6 +2559,12 @@ public final class InputMethodManager {
        mPendingEventPool.release(p);
    }

    /**
     * Show IME picker popup window.
     *
     * <p>Requires the {@link PackageManager#FEATURE_INPUT_METHODS} feature which can be detected
     * using {@link PackageManager#hasSystemFeature(String)}.
     */
    public void showInputMethodPicker() {
        synchronized (mH) {
            showInputMethodPickerLocked();