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

Commit fed21f8b authored by Nikhil Kumar's avatar Nikhil Kumar Committed by Automerger Merge Worker
Browse files

Merge "Added log in DPMService.setUserRestriction" into udc-qpr-dev am: 847f098a

parents ac84dd03 847f098a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13598,6 +13598,9 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
                    : SecurityLog.TAG_USER_RESTRICTION_REMOVED;
            SecurityLog.writeEvent(eventTag, caller.getPackageName(), caller.getUserId(), key);
        }
        Slogf.i(LOG_TAG, "Changing user restriction %s to: %b caller: %s",
                key, enabled, caller.toString());
    }
    private void saveUserRestrictionsLocked(int userId) {