Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions android/intents.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ <h2 id="see-also">See also</h2>
<li><a href="http://developer.android.com/guide/components/activities.html">Android Activities</a></li>
</ul>

<p>And Chrome doesn’t launch an external app for a given Intent URI in the following cases.</p>
<ul>
<li>When the Intent URI is redirected from a typed in URL.</li>
<li>When the Intent URI is initiated without user gesture.</li>
</ul>
<p>And Chrome doesn’t launch an external app for a given Intent URI when the Intent URI is initiated without user gesture.</p>


</div>
Expand Down