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

Commit b0db1fd8 authored by Antonio Kantek's avatar Antonio Kantek Committed by Android (Google) Code Review
Browse files

Merge "Add a note on IMM.aidl" into main

parents 4138f9c1 339c8e19
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,