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

Commit 04b42b50 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove @UnsupportedAppUsage from InputMethodManager#getInputContext()"

parents 38a58e43 51c93504
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -1207,8 +1207,15 @@ public final class InputMethodManager {
        return mClient;
    }

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