diff options
| author | 2017-09-26 23:51:48 +0000 | |
|---|---|---|
| committer | 2017-09-26 23:51:48 +0000 | |
| commit | 3ce370a98c23ec2ff97c27abdbab2a819e4b24cf (patch) | |
| tree | 45407d86910773c079310a0795fd894897e1cb10 | |
| parent | 9e0b54848dda963f82a58554d1543477ae7359e4 (diff) | |
| parent | 33b907f6b0472cf3d449fd1ac1a70667d314eb72 (diff) | |
Merge "Added missing quote (") on anchor tag." into oc-mr1-dev am: 7c112b733c
am: 33b907f6b0
Change-Id: I0e4382cdda9d5be28542d8cb8a4762b5b5513e0c
| -rw-r--r-- | core/java/android/service/autofill/AutofillService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/service/autofill/AutofillService.java b/core/java/android/service/autofill/AutofillService.java index 3e08dcf2b919..045c83304097 100644 --- a/core/java/android/service/autofill/AutofillService.java +++ b/core/java/android/service/autofill/AutofillService.java @@ -305,7 +305,7 @@ import com.android.internal.os.SomeArgs; * <li>Use the {@link android.app.assist.AssistStructure.ViewNode#getWebDomain()} to get the * source of the document. * <li>Get the canonical domain using the - * <a href="https://publicsuffix.org/>Public Suffix List</a> (see example below). + * <a href="https://publicsuffix.org/">Public Suffix List</a> (see example below). * <li>Use <a href="https://developers.google.com/digital-asset-links/">Digital Asset Links</a> * to obtain the package name and certificate fingerprint of the package corresponding to * the canonical domain. |