Merge "Fix ConnectivityServiceTest fail." am: 4116929c12 am: 3527957a9f
am: e77aa6c76b
Change-Id: I0230ea353a91283328c8df06ca5a89af99c40468
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