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

Commit 88d597b9 authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Remove @UnsupportedAppUsage from IInputConnectionWrapper#mInputConnection

As already mentioned in Bug 115609023 and confirmed in Bug 194297014,
we are mostly confident that this @UnsupportedAppUsage was a false
positive.

Bug: 115609023
Fix: 194297014
Test: presubmit
Change-Id: Ie70099c2f5f926ce64324998a61eb54649e553f9
parent 75b51f31
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -89,7 +89,6 @@ public final class IInputConnectionWrapper extends IInputContext.Stub {

    @GuardedBy("mLock")
    @Nullable
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 115609023)
    private InputConnection mInputConnection;

    private Looper mMainLooper;