am 6b739dc7: Merge "Add some network types that OEM\'s are asking for." into gingerbread

* commit '6b739dc7292452227cdd8abd90658f4db8f0ce70':
  Add some network types that OEM's are asking for.
This commit is contained in:
Robert Greenwalt
2011-01-29 06:55:38 -08:00
committed by Android Git Automerger

View File

@@ -212,6 +212,15 @@ public class ConnectivityManager
* default connections.
*/
public static final int TYPE_WIMAX = 6;
/**
* Bluetooth data connection.
* @hide
*/
public static final int TYPE_BLUETOOTH = 7;
/** {@hide} */
public static final int TYPE_DUMMY = 8;
/** {@hide} */
public static final int TYPE_ETHERNET = 9;
/** {@hide} TODO: Need to adjust this for WiMAX. */
public static final int MAX_RADIO_TYPE = TYPE_WIFI;
/** {@hide} TODO: Need to adjust this for WiMAX. */