docs: Fixed closing tag typo in app links training.

Change-Id: I08ababda4121205559e6443013cd222b7e4615f0
This commit is contained in:
Quddus Chong
2015-10-01 09:17:55 -07:00
parent 50d6ac201f
commit b2cba34fe0

View File

@@ -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;