Merge "Fix typo in aosp/1242602" am: 1ae5516429

Change-Id: Ie617874be311e84e04d889f6c2069c77c25150b7
This commit is contained in:
Automerger Merge Worker
2020-03-16 08:36:03 +00:00

View File

@@ -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. // functions to a proper util.
private boolean checkAnyPermissionOf(String... permissions) { private boolean checkAnyPermissionOf(String... permissions) {
for (String permission : permissions) { for (String permission : permissions) {