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