From f0fe0000f3344ad2b6246d00fad8afb8cd57f785 Mon Sep 17 00:00:00 2001 From: Yohei Yukawa Date: Wed, 21 Jul 2021 11:56:05 -0700 Subject: [PATCH] Remove @UnsupportedAppUsage from InputMethodManager#mServedInputConnectionWrapper As already mentioned in Bug 115609023 and confirmed in Bug 194308519, we are mostly confident that this @UnsupportedAppUsage was a false positive. Bug: 115609023 Fix: 194308519 Test: presubmit Change-Id: Ied59e96c3a22da5eb11c2f3dfd5cc54734e87110 --- core/java/android/view/inputmethod/InputMethodManager.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/java/android/view/inputmethod/InputMethodManager.java b/core/java/android/view/inputmethod/InputMethodManager.java index 8e0d9bc2ade0a..522bdffbe2111 100644 --- a/core/java/android/view/inputmethod/InputMethodManager.java +++ b/core/java/android/view/inputmethod/InputMethodManager.java @@ -408,7 +408,6 @@ public final class InputMethodManager { /** * The InputConnection that was last retrieved from the served view. */ - @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 115609023) IInputConnectionWrapper mServedInputConnectionWrapper; /** * The completions that were last provided by the served view.