Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c285f09 authored by Eric Schmidt's avatar Eric Schmidt Committed by Android (Google) Code Review
Browse files

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

parents a5ce59dc e50a267e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>