diff options
| author | Xin Li <delphij@google.com> | 2019-05-09 22:05:45 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-05-09 22:05:45 +0000 |
| commit | 5bc12066ca932ad7a69bc992bedb2632d05abd3d (patch) | |
| tree | 612c21febaabbf6c90a8e85ca1ad3fd4fd2ff385 /core/java/android/app/RemoteInput.java | |
| parent | f84cf464e97cc2060c30a0e687e4fe237bbc742f (diff) | |
| parent | 6d7d3f2042fb4dcc20afe88ed4bb3e57364b4147 (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.java | 2 |
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() { |
