Expose more net types to the public.
Ethernet and bluetooth. Change-Id: Ic499709ffa151c0f27aef497373a8de7289e3e7f
This commit is contained in:
@@ -215,15 +215,20 @@ public class ConnectivityManager
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Bluetooth data connection. This is used for Bluetooth reverse tethering.
|
* Bluetooth data connection. This is used for Bluetooth reverse tethering.
|
||||||
* @hide
|
|
||||||
*/
|
*/
|
||||||
public static final int TYPE_BLUETOOTH = 7;
|
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;
|
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;
|
public static final int TYPE_ETHERNET = 9;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Over the air Adminstration.
|
* Over the air Adminstration.
|
||||||
* {@hide}
|
* {@hide}
|
||||||
|
|||||||
Reference in New Issue
Block a user