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

This commit is contained in:
TreeHugger Robot
2022-07-27 01:59:53 +00:00
committed by Android (Google) Code Review

View File

@@ -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.