Merge "Fixed URL used on sample." into oc-mr1-dev

am: 6ba7019bb0

Change-Id: I124cbaecd5f8763ecd7f4b06070af48f6b1e0c1d
This commit is contained in:
Felipe Leme
2017-10-04 00:36:02 +00:00
committed by android-build-merger

View File

@@ -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;