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

Commit eb956a30 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fix typo in aosp/1242602" into rvc-dev am: 984a51c6

Change-Id: I2071c3c4e759aa1e4b67e505af68b1cacb3adae9
parents 4c12f8f7 984a51c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1794,7 +1794,7 @@ public class NetworkStatsService extends INetworkStatsService.Stub {
        }
    }

    // TODO: It is copied from ConnectivitySerivce, consider refactor these check permission
    // TODO: It is copied from ConnectivityService, consider refactor these check permission
    //  functions to a proper util.
    private boolean checkAnyPermissionOf(String... permissions) {
        for (String permission : permissions) {