Remove @UnsupportedAppUsage from InputBindResult#method

We are mostly confident that this @UnsupportedAppUsage was a false
positive.

Fix: 194830651
Test: presubmit
Change-Id: I0b0f1932274d0ce074c94b73ee79d2c4707896cb
This commit is contained in:
Yohei Yukawa
2021-07-27 14:55:33 -07:00
parent 9016466874
commit 45dc08a19d

View File

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