Merge "Remove a comment from ConnectivityService" am: 21b62782dd am: b80c635dc3 am: 59af781c54 am: 4edbf528ce

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1494040

Change-Id: Ie002dc711efc6e01ee17c80fd8a8c8b80e9dc30e
This commit is contained in:
Lucas Lin
2020-11-20 02:47:04 +00:00
committed by Automerger Merge Worker

View File

@@ -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.