From e50a267e3612a10855d5de872c503bc75f680f13 Mon Sep 17 00:00:00 2001 From: Eric Schmidt Date: Fri, 22 Jan 2016 12:42:04 -0800 Subject: [PATCH] docs: Fixed misplaced XML comment ending bracket. Bug: 26223855 Change-Id: I03fd06d7e5dc746081139d6e31c998af234dedd3 --- docs/html/training/app-indexing/deep-linking.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/training/app-indexing/deep-linking.jd b/docs/html/training/app-indexing/deep-linking.jd index 26799370015c3..4ee742413ac8e 100644 --- a/docs/html/training/app-indexing/deep-linking.jd +++ b/docs/html/training/app-indexing/deep-linking.jd @@ -66,10 +66,10 @@ in your manifest for deep linking. The URIs {@code “example://gizmos”} and android:host="www.example.com" android:pathPrefix="/gizmos" /> <!-- note that the leading "/" is required for pathPrefix--> - <!-- Accepts URIs that begin with "example://gizmos” + <!-- Accepts URIs that begin with "example://gizmos” --> <data android:scheme="example" android:host="gizmos" /> - --> + </intent-filter> </activity>