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

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

Merge "Add @RequiresNoPermission to IInputMethodManager#startProtoDump()"

parents 2c9d52fe f033a75c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -105,7 +105,10 @@ interface IInputMethodManager {

    /** Remove the IME surface. Requires passing the currently focused window. */
    oneway void removeImeSurfaceFromWindowAsync(in IBinder windowToken);

    @JavaPassthrough(annotation="@android.annotation.RequiresNoPermission")
    void startProtoDump(in byte[] protoDump, int source, String where);

    boolean isImeTraceEnabled();

    // Starts an ime trace.