From afe43155f421dc9354cb36c0a7fc0857a7d99a37 Mon Sep 17 00:00:00 2001 From: Max Bassett Date: Tue, 9 Aug 2016 11:20:32 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b60a276..6289506 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ By default, the plugin will automatically release a wakelock when your app is pa ### [Android Only, API >= 23] window.powerManagement.isDeviceIdleMode(successCallback, failureCallback) As of Android 6.0.0+, Android now has an extra power management feature called 'Doze'. This feature disables most device -components when it is asleep for too long, and is then placed in an 'idle' state. To check to see if the device is in this +components when it is asleep for an extended period of time and is then placed in an 'idle' state. To check to see if the device is in this state, you can use the following function: // 'state' is either 1 (in idle) or 0 (not in idle)