am a25eabad: Merge "Revert "Check for the DEVICE_POWER permission in userActivity."" into gingerbread
Merge commit 'a25eabad23d7b8fd430ada757ae4e9f2559f8845' into gingerbread-plus-aosp * commit 'a25eabad23d7b8fd430ada757ae4e9f2559f8845': Revert "Check for the DEVICE_POWER permission in userActivity."
This commit is contained in:
@@ -2105,7 +2105,6 @@ 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);
|
||||
}
|
||||
|
||||
@@ -2129,6 +2128,7 @@ 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)) {
|
||||
|
||||
Reference in New Issue
Block a user