Loading services/companion/java/com/android/server/companion/CompanionDeviceManagerService.java +4 −2 Original line number Diff line number Diff line Loading @@ -239,8 +239,10 @@ public class CompanionDeviceManagerService extends SystemService { // Notify and bind the app after the phone is unlocked. mDevicePresenceProcessor.sendDevicePresenceEventOnUnlocked(user.getUserIdentifier()); Binder.withCleanCallingIdentity(() -> { ExecutorService executor = Executors.newSingleThreadExecutor(); executor.execute(mCompanionExemptionProcessor::updateAutoRevokeExemptions); }); } private void onPackageRemoveOrDataClearedInternal( Loading Loading
services/companion/java/com/android/server/companion/CompanionDeviceManagerService.java +4 −2 Original line number Diff line number Diff line Loading @@ -239,8 +239,10 @@ public class CompanionDeviceManagerService extends SystemService { // Notify and bind the app after the phone is unlocked. mDevicePresenceProcessor.sendDevicePresenceEventOnUnlocked(user.getUserIdentifier()); Binder.withCleanCallingIdentity(() -> { ExecutorService executor = Executors.newSingleThreadExecutor(); executor.execute(mCompanionExemptionProcessor::updateAutoRevokeExemptions); }); } private void onPackageRemoveOrDataClearedInternal( Loading