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

Commit 4a87687f authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android (Google) Code Review
Browse files

Merge "Remove IMM#getClient(), which is unused"

parents b1323534 6f382731
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -1198,18 +1198,6 @@ public final class InputMethodManager {
        }
    }

    /**
     * No longer used.  Do not use.
     *
     * TODO(b/192412909) Remove this method.
     *
     * @deprecated Was kept due to {@link UnsupportedAppUsage}.  Will be removed soon.
     * @hide
     */
    public IInputMethodClient getClient() {
        return mClient;
    }

    /**
     * Returns the list of installed input methods.
     *