Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8fabc852 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix unsuspending personal apps." into rvc-dev am: 27cf1baa am: 833dcb3c am: bf95e958

Change-Id: I37e21a7e2abd33912e7410d01ed79cac45ca1318
parents a9d13165 bf95e958
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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)