Fix typo in aosp/1242602
Test: m -j Bug: 149652079 Change-Id: Ie023c8371785fc239c54eacbf056141c2e9e3444
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user