Merge "Remove a comment from ConnectivityService" am: f0d6b60b9b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1494040 Change-Id: I20fa62c5dbe2d1e8e9cce19a8fb9a932f21722f7
This commit is contained in:
@@ -5854,7 +5854,6 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
||||
@GuardedBy("mBlockedAppUids")
|
||||
private final HashSet<Integer> mBlockedAppUids = new HashSet<>();
|
||||
|
||||
// Note: if mDefaultRequest is changed, NetworkMonitor needs to be updated.
|
||||
@NonNull
|
||||
private final NetworkRequest mDefaultRequest;
|
||||
// The NetworkAgentInfo currently satisfying the default request, if any.
|
||||
|
||||
Reference in New Issue
Block a user