Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buggins/coolreader
/ isWakeLockEnabled
Method
isWakeLockEnabled
android/src/org/coolreader/CoolReader.java:265–267 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
263
}
264
265
public
boolean isWakeLockEnabled() {
266
return
screenBacklightDuration > 0;
267
}
268
269
/**
270
* @param backlightDurationMinutes 0 = system default, 1 == 3 minutes, 2..5 == 2..5 minutes
Callers
1
onUserActivity
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected