Map TYPE_VPN integer to "VPN" string.
Bug: 18439110 Change-Id: I0fa0c9e6a9293ab724e2b5e7d0f586f05cd100c7
This commit is contained in:
@@ -509,6 +509,8 @@ public class ConnectivityManager {
|
||||
return "MOBILE_EMERGENCY";
|
||||
case TYPE_PROXY:
|
||||
return "PROXY";
|
||||
case TYPE_VPN:
|
||||
return "VPN";
|
||||
default:
|
||||
return Integer.toString(type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user