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

Commit 339c8e19 authored by Antonio Kantek's avatar Antonio Kantek
Browse files

Add a note on IMM.aidl

This CL adds a note to developers and code reviewers to ensure that the
associated userId can be inferred from the arguments.

Bug: 327704190
Test: m
Change-Id: I07a9d3e1ff2a381216239303e021991c519e20ce
parent 27decd8e
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -33,8 +33,10 @@ import com.android.internal.inputmethod.IRemoteInputConnection;
import com.android.internal.inputmethod.InputBindResult;

/**
 * Public interface to the global input method manager, used by all client
 * applications.
 * Public interface to the global input method manager, used by all client applications.
 *
 * When adding new methods, make sure the associated user can be inferred from the arguments.
 * Consider passing the associated userId when not already passing a display id or a window token.
 */
interface IInputMethodManager {
    void addClient(in IInputMethodClient client, in IRemoteInputConnection inputmethod,