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

Commit 97cc3969 authored by yingleiw's avatar yingleiw
Browse files

Add javadoc for a11y InputMethod constructor

Fix: 223672843
Test: it builds fine.
Change-Id: Idae339dae3b52bd2da85b32b247fbf8a3393188b
parent 8efcd0ba
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;
    }