Unhide some CM constants to support unbundling.
The MOBILE_MMS, MOBILE_SUPL, MOBILE_DUN and MOBILE_HIPRI net types used by location, messaging, and vending needed to be exposed. Bug: 2363272 Change-ID: I6d2361d3642064db619b283b9217512563eb3439
This commit is contained in:
@@ -132,7 +132,6 @@ public class ConnectivityManager
|
|||||||
* same as {@link #TYPEMOBILE} but it may be different. This is used
|
* same as {@link #TYPEMOBILE} but it may be different. This is used
|
||||||
* by applications needing to talk to the carrier's Multimedia Messaging
|
* by applications needing to talk to the carrier's Multimedia Messaging
|
||||||
* Service servers. It may coexist with default data connections.
|
* Service servers. It may coexist with default data connections.
|
||||||
* {@hide}
|
|
||||||
*/
|
*/
|
||||||
public static final int TYPE_MOBILE_MMS = 2;
|
public static final int TYPE_MOBILE_MMS = 2;
|
||||||
/**
|
/**
|
||||||
@@ -141,7 +140,6 @@ public class ConnectivityManager
|
|||||||
* by applications needing to talk to the carrier's Secure User Plane
|
* by applications needing to talk to the carrier's Secure User Plane
|
||||||
* Location servers for help locating the device. It may coexist with
|
* Location servers for help locating the device. It may coexist with
|
||||||
* default data connections.
|
* default data connections.
|
||||||
* {@hide}
|
|
||||||
*/
|
*/
|
||||||
public static final int TYPE_MOBILE_SUPL = 3;
|
public static final int TYPE_MOBILE_SUPL = 3;
|
||||||
/**
|
/**
|
||||||
@@ -150,7 +148,6 @@ public class ConnectivityManager
|
|||||||
* by applicaitons performing a Dial Up Networking bridge so that
|
* by applicaitons performing a Dial Up Networking bridge so that
|
||||||
* the carrier is aware of DUN traffic. It may coexist with default data
|
* the carrier is aware of DUN traffic. It may coexist with default data
|
||||||
* connections.
|
* connections.
|
||||||
* {@hide}
|
|
||||||
*/
|
*/
|
||||||
public static final int TYPE_MOBILE_DUN = 4;
|
public static final int TYPE_MOBILE_DUN = 4;
|
||||||
/**
|
/**
|
||||||
@@ -158,8 +155,7 @@ public class ConnectivityManager
|
|||||||
* the same as {@link #TYPEMOBILE} but the routing setup is different.
|
* the same as {@link #TYPEMOBILE} but the routing setup is different.
|
||||||
* Only requesting processes will have access to the Mobile DNS servers
|
* Only requesting processes will have access to the Mobile DNS servers
|
||||||
* and only IP's explicitly requested via {@link #requestRouteToHost}
|
* and only IP's explicitly requested via {@link #requestRouteToHost}
|
||||||
* will route over this interface.
|
* will route over this interface if a default route exists.
|
||||||
*{@hide}
|
|
||||||
*/
|
*/
|
||||||
public static final int TYPE_MOBILE_HIPRI = 5;
|
public static final int TYPE_MOBILE_HIPRI = 5;
|
||||||
/** {@hide} */
|
/** {@hide} */
|
||||||
|
|||||||
Reference in New Issue
Block a user