summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InputMethodService.java
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2021-09-27 03:43:36 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-09-27 03:43:36 +0000
commit647f163cb8b041afaaa81084d321c35dbdb36bea (patch)
tree8c6ea1e163abca4de4f09e2ffa7e1293c5720636 /core/java/android/inputmethodservice/InputMethodService.java
parent6e6b476abe0b6960071987f8c2ea354d486a40f2 (diff)
parente48180fb88f62fe929d384e643eceb8cf4631e1c (diff)
Merge "Update javadoc for EditorInfo.actionId usage"
Diffstat (limited to 'core/java/android/inputmethodservice/InputMethodService.java')
-rw-r--r--core/java/android/inputmethodservice/InputMethodService.java7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/java/android/inputmethodservice/InputMethodService.java b/core/java/android/inputmethodservice/InputMethodService.java
index 4255d88d7587..c6a365e46d24 100644
--- a/core/java/android/inputmethodservice/InputMethodService.java
+++ b/core/java/android/inputmethodservice/InputMethodService.java
@@ -2867,7 +2867,12 @@ public class InputMethodService extends AbstractInputMethodService {
* Ask the input target to execute its default action via
* {@link InputConnection#performEditorAction
* InputConnection.performEditorAction()}.
- *
+ *
+ * <p>For compatibility, this method does not execute a custom action even if {@link
+ * EditorInfo#actionLabel EditorInfo.actionLabel} is set. The implementor should directly call
+ * {@link InputConnection#performEditorAction InputConnection.performEditorAction()} with
+ * {@link EditorInfo#actionId EditorInfo.actionId} if they want to execute a custom action.</p>
+ *
* @param fromEnterKey If true, this will be executed as if the user had
* pressed an enter key on the keyboard, that is it will <em>not</em>
* be done if the editor has set {@link EditorInfo#IME_FLAG_NO_ENTER_ACTION