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

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

Merge "Remove @UnsupportedAppUsage from EditableInputConnection"

parents 1441eec9 7bfd2fac
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ import static android.view.inputmethod.InputConnectionProto.SELECTED_TEXT;
import static android.view.inputmethod.InputConnectionProto.SELECTED_TEXT_END;
import static android.view.inputmethod.InputConnectionProto.SELECTED_TEXT_START;

import android.compat.annotation.UnsupportedAppUsage;
import android.os.Bundle;
import android.text.Editable;
import android.text.Selection;
@@ -55,10 +54,6 @@ public class EditableInputConnection extends BaseInputConnection
    // A negative value means that this connection has been finished by the InputMethodManager.
    private int mBatchEditNesting;

    @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;