Loading docs/html/training/app-indexing/deep-linking.jd +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
docs/html/training/app-indexing/deep-linking.jd +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading