Merge "Add @RequiresNoPermission to IInputMethodManager#startProtoDump()"
This commit is contained in:
committed by
Android (Google) Code Review
commit
89b866ef03
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user