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

Commit 059f8f93 authored by Joe Onorato's avatar Joe Onorato
Browse files

Check for the DEVICE_POWER permission in userActivity.

Change-Id: I6c8038a960bdf32dfad3b0571d86f51f87784370
parent ab014a03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2105,6 +2105,7 @@ class PowerManagerService extends IPowerManager.Stub
    }

    public void userActivity(long time, boolean noChangeLights) {
        mContext.enforceCallingOrSelfPermission(android.Manifest.permission.DEVICE_POWER, null);
        userActivity(time, -1, noChangeLights, OTHER_EVENT, false);
    }

@@ -2128,7 +2129,6 @@ class PowerManagerService extends IPowerManager.Stub

    private void userActivity(long time, long timeoutOverride, boolean noChangeLights,
            int eventType, boolean force) {
        //mContext.enforceCallingOrSelfPermission(android.Manifest.permission.DEVICE_POWER, null);

        if (((mPokey & POKE_LOCK_IGNORE_CHEEK_EVENTS) != 0)
                && (eventType == CHEEK_EVENT || eventType == TOUCH_EVENT)) {