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

Commit 6d8283e1 authored by Yinglei Wang's avatar Yinglei Wang Committed by Automerger Merge Worker
Browse files

Merge "Add javadoc for a11y InputMethod constructor" into tm-dev am: 18355017

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17191381

Change-Id: I5c859a005cbea0de546b6ef28bd1a38c4f3fceab
parents 95fa2831 18355017
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -67,6 +67,10 @@ public class InputMethod {
    private InputConnection mStartedInputConnection;
    private EditorInfo mInputEditorInfo;

    /**
     * Creates a new InputMethod instance for the given <code>service</code>, so that the
     * accessibility service can control editing.
     */
    public InputMethod(@NonNull AccessibilityService service) {
        mService = service;
    }