Fix typo in aosp/1242602
Test: m -j Bug: 149652079 Change-Id: Ie023c8371785fc239c54eacbf056141c2e9e3444 Merged-In: Ie023c8371785fc239c54eacbf056141c2e9e3444 (cherry picked from aosp/1259461)
This commit is contained in:
@@ -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.
|
// functions to a proper util.
|
||||||
private boolean checkAnyPermissionOf(String... permissions) {
|
private boolean checkAnyPermissionOf(String... permissions) {
|
||||||
for (String permission : permissions) {
|
for (String permission : permissions) {
|
||||||
|
|||||||
Reference in New Issue
Block a user