Merge "Fix ConnectivityServiceTest fail." am: 362d9fb687
am: f55f77908d
Change-Id: I7f185e731db91c30a9b0f14aefbdbb067942190e
This commit is contained in:
@@ -469,7 +469,10 @@ public class PermissionMonitor {
|
||||
*/
|
||||
@VisibleForTesting
|
||||
void sendPackagePermissionsToNetd(SparseIntArray netdPermissionsAppIds) {
|
||||
|
||||
if (mNetd == null) {
|
||||
Log.e(TAG, "Failed to get the netd service");
|
||||
return;
|
||||
}
|
||||
ArrayList<Integer> allPermissionAppIds = new ArrayList<>();
|
||||
ArrayList<Integer> internetPermissionAppIds = new ArrayList<>();
|
||||
ArrayList<Integer> updateStatsPermissionAppIds = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user