Loading core/java/android/view/inputmethod/InputMethodManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -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; /** Loading Loading
core/java/android/view/inputmethod/InputMethodManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -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; /** Loading