Home | History | Annotate | Download | only in versions

Lines Matching full:service

43       <li><a href="#LocalNsd">Network service discovery</a></li>
44 <li><a href="#WiFiNsd">Wi-Fi P2P service discovery</a></li>
50 <li><a href="#A11yService">Accessibility service APIs</a></li>
151 <p>By specifying <a href="{@docRoot}guide/topics/manifest/service-element.html#isolated">{@code android:isolatedProcess="true"}</a> in the
152 <a href="{@docRoot}guide/topics/manifest/service-element.html">{@code &lt;service>}</a> tag, your {@link android.app.Service} will run under
474 <h3 id="LocalNsd">Network service discovery</h3>
476 <p>Android 4.1 adds support for multicast DNS-based service discovery, which allows you to
484 <p>To register your service, you must first create an {@link android.net.nsd.NsdServiceInfo}
485 object and define the various properties of your service with methods such as
501 found, you need to resolve the service by calling
505 discovered service, allowing you to initiate the connection.</p>
509 <h3 id="WiFiNsd">Wi-Fi P2P service discovery</h3>
511 <p>The Wi-Fi P2P APIs are enhanced in Android 4.1 to support pre-association service discovery in
513 devices by services using Wi-Fi P2P before connecting to one, while Network Service
514 Discovery allows you to discover a service on an existing connected network (such as a local Wi-Fi
517 <p>To broadcast your app as a service over Wi-Fi so that other devices can discover
554 <h3 id="A11yService">Accessibility service APIs</h3>
556 <p>The reach of accessibility service APIs has been significantly increased in Android 4.1. It now