Merge "docs: Fixed misplaced XML comment ending bracket." into mnc-docs

This commit is contained in:
Eric Schmidt
2016-01-26 19:01:43 +00:00
committed by Android (Google) Code Review

View File

@@ -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>
</pre>