Merge "Map TYPE_VPN integer to "VPN" string."
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