You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/html/about/versions/jelly-bean.jd
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ like those shown in the examples above to display rich content and actions.</p>
141
141
<li>BigPictureStyle — a notification that showcases visual content such as a bitmap.</li>
142
142
</ul>
143
143
144
-
<p>In addition to the templated styles, you can create you own notification styles <strong>using any remote View</strong>.</p>
144
+
<p>In addition to the templated styles, you can create your own notification styles <strong>using any remote View</strong>.</p>
145
145
146
146
<p>Apps can add up to three <strong>actions</strong> to a notification, which are displayed below the notification content. The actions let the users respond directly to the information in the notification in alternative ways. such as by email or by phone call, without visiting the app.</p>
147
147
@@ -243,17 +243,17 @@ style="font-weight:500;">App Widgets</span> can resize automatically to fit the
243
243
244
244
<p>In Android 4.1, Android Beam makes it easier to share images, videos, or other payloads by <strong>leveraging Bluetooth for the data transfer</strong>. When the user triggers a transfer, Android Beam hands over from NFC to Bluetooth, making it really easy to manage the transfer of a file from one device to another.</p>
245
245
246
-
<h3>Wi-fi Network Service Discovery</h3>
246
+
<h3>Wi-Fi Network Service Discovery</h3>
247
247
248
248
<p>Android 4.1 introduces support for multicast <strong>DNS-based service discovery</strong>, which lets applications find and connect to services offered by peer devices over Wi-Fi networks — including mobile devices, printers, cameras, media players, and others. Developers can take advantage of Wi-Fi network service discovery to build cross-platform or multiplayer games and application experiences.</p>
249
249
250
250
<p>Using the service discovery API, apps can create and register any kind of service, for any other NSD-enabled device to discover. The service is advertised by multicast across the network using a human-readable string identifier, which lets user more easily identify the type of service. </p>
251
251
252
-
<p>Consumer devices can use the API to scan and discover services available from devices connected to the local Wi-Fi network. After discovery, apps can use the API to resolve the service to an IP adress and port through which it can establish a socket connection.</p>
252
+
<p>Consumer devices can use the API to scan and discover services available from devices connected to the local Wi-Fi network. After discovery, apps can use the API to resolve the service to an IP address and port through which it can establish a socket connection.</p>
253
253
254
254
<p>You can take advantage of this API to build new features into your apps. For example, you could let users connect to a webcam, a printer, or an app on another mobile device that supports Wi-Fi peer-to-peer connections. </p>
255
255
256
-
<h3>Wifi-Direct Service Discovery</h3>
256
+
<h3>Wi-Fi Direct Service Discovery</h3>
257
257
258
258
<p>Ice Cream Sandwich introduced support for Wi-Fi Direct, a technology that lets apps <strong>discover and pair directly</strong>, over a high-bandwidth peer-to-peer connection. Wi-Fi Direct is an ideal way to share media, photos, files and other types of data and sessions, even where there is no cell network or Wi-Fi available.</p>
0 commit comments