Lines Matching full:deep
1 page.title=Enabling Deep Links for App Content
12 <li><a href="#adding-filters">Add Intent Filters for Your Deep Links</a></li>
14 <li><a href="#testing-filters">Test Your Deep Links</a></li>
29 <em>deep linking</em> to the content in any of your activities. For example, the user might click on a deep link to view a page within a shopping app that describes a product offering that the user is searching for.</p>
31 <h2 id="adding-filters">Add Intent Filters for Your Deep Links</h2>
32 <p>To create a deep link to your app content, add an intent filter that
53 in your manifest for deep linking. The URIs {@code ?example://gizmos?} and
112 <li>The deep link should take users directly to the content,
120 they enter your app through a deep link.
124 <h2 id="testing-filters">Test Your Deep Links</h2>
127 URIs you specified for deep linking resolve to the correct app activity. You