Merge "Actually use the passed-in executor for unused count" into tm-dev

This commit is contained in:
Kevin Han
2022-05-11 03:13:49 +00:00
committed by Android (Google) Code Review

View File

@@ -860,7 +860,7 @@ public final class PermissionControllerManager {
Binder.restoreCallingIdentity(token); Binder.restoreCallingIdentity(token);
} }
} }
}); }, executor);
} }
/** /**