Loading services/devicepolicy/java/com/android/server/devicepolicy/DevicePolicyManagerService.java +4 −2 Original line number Diff line number Diff line Loading @@ -15742,9 +15742,11 @@ public class DevicePolicyManagerService extends BaseIDevicePolicyManager { } } final int suspendedState = suspended ? PERSONAL_APPS_SUSPENDED_EXPLICITLY : PERSONAL_APPS_NOT_SUSPENDED; mInjector.binderWithCleanCallingIdentity( () -> applyPersonalAppsSuspension( callingUserId, PERSONAL_APPS_SUSPENDED_EXPLICITLY)); () -> applyPersonalAppsSuspension(callingUserId, suspendedState)); DevicePolicyEventLogger .createEvent(DevicePolicyEnums.SET_PERSONAL_APPS_SUSPENDED) Loading
services/devicepolicy/java/com/android/server/devicepolicy/DevicePolicyManagerService.java +4 −2 Original line number Diff line number Diff line Loading @@ -15742,9 +15742,11 @@ public class DevicePolicyManagerService extends BaseIDevicePolicyManager { } } final int suspendedState = suspended ? PERSONAL_APPS_SUSPENDED_EXPLICITLY : PERSONAL_APPS_NOT_SUSPENDED; mInjector.binderWithCleanCallingIdentity( () -> applyPersonalAppsSuspension( callingUserId, PERSONAL_APPS_SUSPENDED_EXPLICITLY)); () -> applyPersonalAppsSuspension(callingUserId, suspendedState)); DevicePolicyEventLogger .createEvent(DevicePolicyEnums.SET_PERSONAL_APPS_SUSPENDED)