Add definitions for WiMAX and iDen network types. am: bfa8172505
Original change: undetermined Change-Id: I4179bd8ce7c20ec553b5915b5adb7931ba4995de
This commit is contained in:
@@ -184,9 +184,15 @@ public class ConnectivityManager
|
||||
* will route over this interface if a default route exists.
|
||||
*/
|
||||
public static final int TYPE_MOBILE_HIPRI = 5;
|
||||
/** {@hide} */
|
||||
/**
|
||||
* The Default WiMAX data connection. When active, all data traffic
|
||||
* will use this connection by default. Should not coexist with other
|
||||
* default connections.
|
||||
*/
|
||||
public static final int TYPE_WIMAX = 6;
|
||||
/** {@hide} TODO: Need to adjust this for WiMAX. */
|
||||
public static final int MAX_RADIO_TYPE = TYPE_WIFI;
|
||||
/** {@hide} */
|
||||
/** {@hide} TODO: Need to adjust this for WiMAX. */
|
||||
public static final int MAX_NETWORK_TYPE = TYPE_MOBILE_HIPRI;
|
||||
|
||||
public static final int DEFAULT_NETWORK_PREFERENCE = TYPE_WIFI;
|
||||
|
||||
Reference in New Issue
Block a user