Expose more net types to the public.

Ethernet and bluetooth.

Change-Id: Ic499709ffa151c0f27aef497373a8de7289e3e7f
This commit is contained in:
Robert Greenwalt
2011-04-22 15:28:18 -07:00
parent c944a7dedc
commit f76c55d289

View File

@@ -215,15 +215,20 @@ public class ConnectivityManager
/**
* Bluetooth data connection. This is used for Bluetooth reverse tethering.
* @hide
*/
public static final int TYPE_BLUETOOTH = 7;
/** {@hide} */
/**
* Dummy data connection. This should not be used on shipping devices.
*/
public static final int TYPE_DUMMY = 8;
/** {@hide} */
/**
* Ethernet data connection. This may be via USB dongle or more
* traditional means.
*/
public static final int TYPE_ETHERNET = 9;
/**
* Over the air Adminstration.
* {@hide}