Merge "Remove @UnsupportedAppUsage from InputBindResult#method"

This commit is contained in:
Yohei Yukawa
2021-07-28 15:14:40 +00:00
committed by Android (Google) Code Review

View File

@@ -175,7 +175,6 @@ public final class InputBindResult implements Parcelable {
/**
* The input method service.
*/
@UnsupportedAppUsage
public final IInputMethodSession method;
/**