Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45dc08a1 authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Remove @UnsupportedAppUsage from InputBindResult#method

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

Fix: 194830651
Test: presubmit
Change-Id: I0b0f1932274d0ce074c94b73ee79d2c4707896cb
parent 90164668
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -175,7 +175,6 @@ public final class InputBindResult implements Parcelable {
    /**
     * The input method service.
     */
    @UnsupportedAppUsage
    public final IInputMethodSession method;

    /**