Snap for 4716599 from 08d79be6bdd098a1adef6c3f707a4b8169f3ada2 to pi-release

Change-Id: I0a608654cdf67f3a56d0b8894f5458d212cb59d7
This commit is contained in:
android-build-team Robot
2018-04-12 07:28:04 +00:00

View File

@@ -254,9 +254,8 @@ public final class NetworkCapabilities implements Parcelable {
/** /**
* Indicates that this network is not congested. * Indicates that this network is not congested.
* <p> * <p>
* When a network is congested, the device should defer network traffic that * When a network is congested, applications should defer network traffic
* can be done at a later time without breaking developer contracts. * that can be done at a later time, such as uploading analytics.
* @hide
*/ */
public static final int NET_CAPABILITY_NOT_CONGESTED = 20; public static final int NET_CAPABILITY_NOT_CONGESTED = 20;