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

Commit 1b2973d4 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 am: fed21f8b

parents 9914c856 fed21f8b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13602,6 +13602,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) {