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

Commit 17fc19fb authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fix typo in aosp/1242602" am: 1ae55164 am: c9d416f7 am: 938304cb am: ac805955

Change-Id: Ie342218d14fa7c1794bee9ac283dcf33bdd216a5
parents fa587da6 ac805955
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1796,7 +1796,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) {