changed SCREEN_DIM_WAKE_LOCK to PARTIAL_WAKE_LOCK
This commit is contained in:
parent
021369bc18
commit
5972eacb6d
@ -64,8 +64,8 @@ public class PowerManagement extends CordovaPlugin {
|
|||||||
try {
|
try {
|
||||||
if( action.equals("acquire") ) {
|
if( action.equals("acquire") ) {
|
||||||
if( args.length() > 0 && args.getBoolean(0) ) {
|
if( args.length() > 0 && args.getBoolean(0) ) {
|
||||||
Log.d("PowerManagementPlugin", "Only dim lock" );
|
Log.d("PowerManagementPlugin", "Partial wake lock" );
|
||||||
result = this.acquire( PowerManager.SCREEN_DIM_WAKE_LOCK );
|
result = this.acquire( PowerManager.PARTIAL_WAKE_LOCK );
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
result = this.acquire( PowerManager.FULL_WAKE_LOCK );
|
result = this.acquire( PowerManager.FULL_WAKE_LOCK );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user