Merge "Actually use the passed-in executor for unused count" into tm-dev am: 869e4d4fff am: dcf1841747

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18283296

Change-Id: I911ae565f3a7c63512691bd3b2ec6f1a7cfdd18d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Kevin Han
2022-05-11 04:08:25 +00:00
committed by Automerger Merge Worker

View File

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