Fix the marking of restricted network requests am: 505660a316
Original change: undetermined Change-Id: Iabb54a8d38ce291e7568909f9eae31b71d8d9923
This commit is contained in:
@@ -892,6 +892,7 @@ public class ConnectivityManager {
|
||||
case NetworkCapabilities.NET_CAPABILITY_IMS:
|
||||
case NetworkCapabilities.NET_CAPABILITY_RCS:
|
||||
case NetworkCapabilities.NET_CAPABILITY_XCAP:
|
||||
case NetworkCapabilities.NET_CAPABILITY_NOT_RESTRICTED: //there by default
|
||||
continue;
|
||||
default:
|
||||
// At least one capability usually provided by unrestricted
|
||||
|
||||
Reference in New Issue
Block a user