summaryrefslogtreecommitdiff
path: root/core/java/android/app/RemoteInput.java
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2019-05-09 22:05:45 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-05-09 22:05:45 +0000
commit5bc12066ca932ad7a69bc992bedb2632d05abd3d (patch)
tree612c21febaabbf6c90a8e85ca1ad3fd4fd2ff385 /core/java/android/app/RemoteInput.java
parentf84cf464e97cc2060c30a0e687e4fe237bbc742f (diff)
parent6d7d3f2042fb4dcc20afe88ed4bb3e57364b4147 (diff)
Merge "DO NOT MERGE - Merge Pie Bonito/Sargo into master."
Diffstat (limited to 'core/java/android/app/RemoteInput.java')
-rw-r--r--core/java/android/app/RemoteInput.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/RemoteInput.java b/core/java/android/app/RemoteInput.java
index 85fe99d95969..b1c71209948d 100644
--- a/core/java/android/app/RemoteInput.java
+++ b/core/java/android/app/RemoteInput.java
@@ -149,7 +149,7 @@ public final class RemoteInput implements Parcelable {
/**
* Returns true if the input only accepts data, meaning {@link #getAllowFreeFormInput}
- * is false, {@link #getChoices} is null or empty, and {@link #getAllowedDataTypes is
+ * is false, {@link #getChoices} is null or empty, and {@link #getAllowedDataTypes} is
* non-null and not empty.
*/
public boolean isDataOnly() {