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

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

Merge "Clarify EditableInputConnection has a public alternative"

parents c6f440ab e6cd60da
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -55,7 +55,10 @@ public class EditableInputConnection extends BaseInputConnection
    // A negative value means that this connection has been finished by the InputMethodManager.
    private int mBatchEditNesting;

    @UnsupportedAppUsage
    @UnsupportedAppUsage(trackingBug = 192969370,
            publicAlternatives = "Use {@link android.view.inputmethod.InputConnectionWrapper} to "
                    + "intercept method calls. Or directly implement "
                    + "{@link android.view.inputmethod.InputConnection} for your own editor.")
    public EditableInputConnection(TextView textview) {
        super(textview, true);
        mTextView = textview;