Merge "Updating network preference comments" am: fa3f7a3366 am: 1def8c4eb2 am: 75f5d528f6
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1490233 Change-Id: I2cd6b804cdadfce11d298c32a29ba0c1f9820209
This commit is contained in:
@@ -36,12 +36,16 @@ public final class OemNetworkPreferences implements Parcelable {
|
|||||||
public static final int OEM_NETWORK_PREFERENCE_DEFAULT = 0;
|
public static final int OEM_NETWORK_PREFERENCE_DEFAULT = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prefer networks in order: NET_CAPABILITY_NOT_METERED, NET_CAPABILITY_OEM_PAID, default.
|
* If an unmetered network is available, use it.
|
||||||
|
* Otherwise, if a network with the OEM_PAID capability is available, use it.
|
||||||
|
* Otherwise, use the general default network.
|
||||||
*/
|
*/
|
||||||
public static final int OEM_NETWORK_PREFERENCE_OEM_PAID = 1;
|
public static final int OEM_NETWORK_PREFERENCE_OEM_PAID = 1;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prefer networks in order: NET_CAPABILITY_NOT_METERED, NET_CAPABILITY_OEM_PAID.
|
* If an unmetered network is available, use it.
|
||||||
|
* Otherwise, if a network with the OEM_PAID capability is available, use it.
|
||||||
|
* Otherwise, the app doesn't get a network.
|
||||||
*/
|
*/
|
||||||
public static final int OEM_NETWORK_PREFERENCE_OEM_PAID_NO_FALLBACK = 2;
|
public static final int OEM_NETWORK_PREFERENCE_OEM_PAID_NO_FALLBACK = 2;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user