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:
@@ -175,7 +175,6 @@ public final class InputBindResult implements Parcelable {
|
||||
/**
|
||||
* The input method service.
|
||||
*/
|
||||
@UnsupportedAppUsage
|
||||
public final IInputMethodSession method;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user