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

Commit b2cba34f authored by Quddus Chong's avatar Quddus Chong
Browse files

docs: Fixed closing tag typo in app links training.

Change-Id: I08ababda4121205559e6443013cd222b7e4615f0
parent 50d6ac20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ page.tags=androidm,marshmallow

    &lt;intent-filter <strong>android:autoVerify="true"</strong>&gt;
        &lt;action android:name="android.intent.action.VIEW" /&gt;
        &lt;category android:name="android.intent.category.DEFAULT"gt;
        &lt;category android:name="android.intent.category.DEFAULT" /&gt;
        &lt;category android:name="android.intent.category.BROWSABLE" /&gt;
        &lt;data android:scheme="http" android:host="www.android.com" /&gt;
        &lt;data android:scheme="https" android:host="www.android.com" /&gt;