Merge "[NS04.8] Address comments from NS04 and NS04.5" into sc-dev

This commit is contained in:
Chalard Jean
2021-03-25 09:34:05 +00:00
committed by Android (Google) Code Review
3 changed files with 46 additions and 43 deletions

View File

@@ -3326,9 +3326,10 @@ public class ConnectivityManager {
* Register or update a network offer with ConnectivityService.
*
* ConnectivityService keeps track of offers made by the various providers and matches
* them to networking requests made by apps or the system. The provider supplies a score
* and the capabilities of the network it might be able to bring up ; these act as filters
* used by ConnectivityService to only send those requests that can be fulfilled by the
* them to networking requests made by apps or the system. A callback identifies an offer
* uniquely, and later calls with the same callback update the offer. The provider supplies a
* score and the capabilities of the network it might be able to bring up ; these act as
* filters used by ConnectivityService to only send those requests that can be fulfilled by the
* provider.
*
* The provider is under no obligation to be able to bring up the network it offers at any