docs: Fixed closing tag typo in app links training.
Change-Id: I08ababda4121205559e6443013cd222b7e4615f0
This commit is contained in:
@@ -159,7 +159,7 @@ page.tags=androidm,marshmallow
|
||||
|
||||
<intent-filter <strong>android:autoVerify="true"</strong>>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT"gt;
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:scheme="http" android:host="www.android.com" />
|
||||
<data android:scheme="https" android:host="www.android.com" />
|
||||
|
||||
Reference in New Issue
Block a user