diff options
| author | Felipe Leme <felipeal@google.com> | 2017-10-03 14:48:43 -0700 |
|---|---|---|
| committer | Felipe Leme <felipeal@google.com> | 2017-10-03 14:49:15 -0700 |
| commit | 52c6ed376378158cc0ff0b65be8567b098563531 (patch) | |
| tree | ae12294e80792160e6f8c505a54c61f55d34499f /core/java | |
| parent | 0f6e9b5a79ffd82c3276b5e3e7723280884ddb5d (diff) | |
Fixed URL used on sample.
Test: nope!
Bug: 66963249
Change-Id: Ieb46c00d97c8657a4e7498a8136c6da46760fbdd
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/app/assist/AssistStructure.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/assist/AssistStructure.java b/core/java/android/app/assist/AssistStructure.java index c208f1dbba8a..9383626360dc 100644 --- a/core/java/android/app/assist/AssistStructure.java +++ b/core/java/android/app/assist/AssistStructure.java @@ -1265,7 +1265,7 @@ public class AssistStructure implements Parcelable { * {@link android.service.autofill.AutofillService} for more details. * * @return domain-only part of the document. For example, if the full URL is - * {@code https://my.site/login?user=my_user}, it returns {@code my.site}. + * {@code https://example.com/login?user=my_user}, it returns {@code example.com}. */ @Nullable public String getWebDomain() { return mWebDomain; |
