Merge "Fix the marking of restricted network requests"
This commit is contained in:
committed by
Android (Google) Code Review
commit
915c8d5841
@@ -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