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

Commit 3dcc4555 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Restrict InputMethodManager @UnsupportedAppUsage on sInstance to <= VIC" into main

parents cfc185fb 8c3588b1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -391,7 +391,8 @@ public final class InputMethodManager {
     */
    @Deprecated
    @GuardedBy("sLock")
    @UnsupportedAppUsage
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.VANILLA_ICE_CREAM,
            publicAlternatives = "Use {@code Context#getSystemService(InputMethodManager.class)}.")
    static InputMethodManager sInstance;

    /**