Home
last modified time | relevance | path

Searched refs:links (Results 1 – 25 of 100) sorted by relevance

1234

/frameworks/base/core/java/android/text/util/
DLinkify.java235 ArrayList<LinkSpec> links = new ArrayList<LinkSpec>(); in addLinks() local
238 gatherLinks(links, text, Patterns.AUTOLINK_WEB_URL, in addLinks()
244 gatherLinks(links, text, Patterns.AUTOLINK_EMAIL_ADDRESS, in addLinks()
250 gatherTelLinks(links, text); in addLinks()
254 gatherMapLinks(links, text); in addLinks()
257 pruneOverlaps(links); in addLinks()
259 if (links.size() == 0) { in addLinks()
263 for (LinkSpec link: links) { in addLinks()
510 private static final void gatherLinks(ArrayList<LinkSpec> links, in gatherLinks() argument
527 links.add(spec); in gatherLinks()
[all …]
/frameworks/base/docs/html/distribute/engage/
Ddeep-linking.jd9 they need. With App Indexing, deep links to your Android app appear in Google Search
30 <p>Re-engage with your users with deep-links displayed in search results, links
35 <img src="{@docRoot}images/distribute/app-indexing-deep-links.png">
61 you can use the App Indexing API to have deep links appear in search suggestions.</li>
Dads.jd25 <p class="figure-caption">Add deep links to your app, then bring users straight
31 <p class="figure-caption">Use remarketing and deep links to bring users to just the right
46 <li> <a href="https://developers.google.com/app-indexing/webmasters/app">Add deep links</a> to
Dintents.jd27 <li> Use the "view" intent to give users the option to open any links to your
/frameworks/base/docs/html/training/app-links/
Dindex.jd27 Users following web links on devices are frequently presented with confusing choices. Tapping a
37 Automatic handling of links requires the cooperation of app developers and website owners.
40 …that verification by publishing a <a href="http://developers.google.com/digital-asset-links/"><i>D…
41 Asset Links</i></a> file. The general steps for creating verified app links are as follows:
46 <li>Configure your app to request verification of app links.</li>
53 The app links feature allows your app to become the default handler for the website URIs you
62 handle app links, the system passes the web URI request to that app. A user can set this
65 &gt; App links</em>, selecting an app to use, and setting the app's
66 <strong>App links</strong> property to the <strong>Open in this app</strong> option.
92 App links are based on the <a href="{@docRoot}guide/components/intents-filters.html">Intent</a>
[all …]
/frameworks/base/docs/html/training/app-indexing/
Dindex.jd44 app indexing complements this capability by presenting links to relevant app
45 content alongside links to your web pages in users' search results. Users on
56 <li>Annotate these links in the associated web pages on your web site or in a
Denabling-app-indexing.jd34 <p>The deep links that you share with Google Search must take this URI
71 <p>Instead of specifying the deep links for Google Search app indexing in your
72 Sitemap file, you can annotate the deep links in the HTML markup of your web
/frameworks/base/docs/html/develop/
Dindex.jd86 <ul class="dac-section-links">
103 <ul class="dac-section-links">
120 <ul class="dac-section-links">
/frameworks/base/docs/html/ndk/reference/
Dglobals_w.jd7 … is a list of all functions, variables, defines, enums, and typedefs with links to the files they …
/frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/families/
Dabout.jd59 <div class="paging-links" style="padding-top:.75em;">
Dstart.jd104 <div class="paging-links" style="padding-top:.75em;">
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/families/
Dabout.jd59 <div class="paging-links" style="padding-top:.75em;">
Dstart.jd104 <div class="paging-links" style="padding-top:.75em;">
/frameworks/base/docs/html-intl/intl/zh-tw/distribute/googleplay/families/
Dabout.jd37 <div class="paging-links" style="padding-top:.75em;">
Dstart.jd68 <div class="paging-links" style="padding-top:.75em;">
/frameworks/base/docs/html-intl/intl/ko/distribute/googleplay/families/
Dabout.jd59 <div class="paging-links" style="padding-top:.75em;">
Dstart.jd104 <div class="paging-links" style="padding-top:.75em;">
/frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/families/
Dabout.jd37 <div class="paging-links" style="padding-top:.75em;">
Dstart.jd68 <div class="paging-links" style="padding-top:.75em;">
/frameworks/base/docs/html/distribute/users/
Dpromote-with-ads.jd153 Add deep links to your app, then bring users straight to relevant app
164 Use remarketing and deep links to bring users to just the right place
189 deep links</a> to your app that’ll take users directly to the parts of your
/frameworks/base/docs/html/distribute/tools/promote/
Dlinking.jd5 page.metaDescription=Learn how to build links that take users to your published apps in Google Play…
165 <p>There are two general formats for links that are accessible to users on
177 <p>In general, you should use <code>http://</code> format for links on web pages
178 and <code>market://</code> for links in Android apps.</p>
/frameworks/base/docs/html/guide/webapps/
Dwebview.jd227 default browser application to open foreign links&mdash;by default, the user's web browser
228 opens all URL links, so be careful only if you handle page navigation as described in the
241 so links open within your {@link android.webkit.WebView}. You can then allow the user to navigate
245 <p>To open links clicked by the user, simply provide a {@link
254 <p>That's it. Now all links the user clicks load in your {@link android.webkit.WebView}.</p>
/frameworks/base/docs/html/guide/topics/media/
Dexoplayer.jd19 framework and is distributed separately from the Android SDK. Visit the links below to find out
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dindex.jd40 design widgets that fit with others on the Home screen. They include links to
/frameworks/base/docs/html/distribute/
Dindex.jd103 <ul class="dac-section-links">
147 <!-- <ul class="dac-section-links">

1234