Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc735cc9 authored by Lucas Lin's avatar Lucas Lin Committed by Automerger Merge Worker
Browse files

Merge "Remove a comment from ConnectivityService" am: 7ed22093 am:...

Merge "Remove a comment from ConnectivityService" am: 7ed22093 am: 9a2e010b am: cf6db35e am: 519f9ac5

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

Change-Id: Ie002dc711efc6e01ee17c80fd8a8c8b80e9dc30e
parents a9eb7e88 519f9ac5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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.