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

Commit e50a267e authored by Eric Schmidt's avatar Eric Schmidt
Browse files

docs: Fixed misplaced XML comment ending bracket.

Bug: 26223855
Change-Id: I03fd06d7e5dc746081139d6e31c998af234dedd3
parent 9b9b4ef0
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>