Merge "docs: Fixed misplaced XML comment ending bracket." into mnc-docs
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user