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

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

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

parents a6564536 835bc550
Loading
Loading
Loading
Loading
+8 −2
Original line number Original line Diff line number Diff line
@@ -1201,8 +1201,14 @@ public final class InputMethodManager {
        }
        }
    }
    }


    /** @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
     */
    public IInputMethodClient getClient() {
    public IInputMethodClient getClient() {
        return mClient;
        return mClient;
    }
    }