summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/view/inputmethod/InputMethodManager.java10
1 files changed, 8 insertions, 2 deletions
diff --git a/core/java/android/view/inputmethod/InputMethodManager.java b/core/java/android/view/inputmethod/InputMethodManager.java
index 6f815d57e0c1..ce923093fb43 100644
--- a/core/java/android/view/inputmethod/InputMethodManager.java
+++ b/core/java/android/view/inputmethod/InputMethodManager.java
@@ -1201,8 +1201,14 @@ public final class InputMethodManager {
}
}
- /** @hide */
- @UnsupportedAppUsage
+ /**
+ * No longer used. Do not use.
+ *
+ * TODO(b/192412909) Remove this method.
+ *
+ * @deprecated Was kept due to {@link UnsupportedAppUsage}. Will be removed soon.
+ * @hide
+ */
public IInputMethodClient getClient() {
return mClient;
}