docs: Fixed typo in first paragraph of connectivity monitoring page
Bug: 25649961 Change-Id: Idb5456b2a6190c84abbd1ca026f60db2c2edb08f
This commit is contained in:
@@ -33,7 +33,7 @@ next.link=manifest-receivers.html
|
|||||||
<p>Some of the most common uses for repeating alarms and background services is to schedule regular
|
<p>Some of the most common uses for repeating alarms and background services is to schedule regular
|
||||||
updates of application data from Internet resources, cache data, or execute long running downloads.
|
updates of application data from Internet resources, cache data, or execute long running downloads.
|
||||||
But if you aren't connected to the Internet, or the connection is too slow to complete your
|
But if you aren't connected to the Internet, or the connection is too slow to complete your
|
||||||
download, why both waking the device to schedule the update at all?</p>
|
download, why bother waking the device to schedule the update at all?</p>
|
||||||
|
|
||||||
<p>You can use the {@link android.net.ConnectivityManager} to check that you're actually
|
<p>You can use the {@link android.net.ConnectivityManager} to check that you're actually
|
||||||
connected to the Internet, and if so, what type of connection is in place.</p>
|
connected to the Internet, and if so, what type of connection is in place.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user