|
@@ -1,7 +1,7 @@
|
|
|
# powerSaveBlocker
|
|
|
|
|
|
The `power-save-blocker` module is used to block the system from entering
|
|
|
-low-power (sleep) mode thus allowing the app to keep the system and screen
|
|
|
+low-power (sleep) mode and thus allowing the app to keep the system and screen
|
|
|
active.
|
|
|
|
|
|
For example:
|
|
@@ -28,12 +28,12 @@ The `powerSaveBlocker` module has the following methods:
|
|
|
* `prevent-display-sleep`- Prevent the display from going to sleep. Keeps
|
|
|
system and screen active. Example use case: playing video.
|
|
|
|
|
|
-Starts the power save blocker preventing the system from entering lower-power
|
|
|
-mode. Returns an integer identifying the power save blocker.
|
|
|
+Starts preventing the system from entering lower-power mode. Returns an integer
|
|
|
+identifying the power save blocker.
|
|
|
|
|
|
**Note:** `prevent-display-sleep` has higher has precedence over
|
|
|
`prevent-app-suspension`. Only the highest precedence type takes effect. In
|
|
|
-other words, `prevent-display-sleep` always take precedence over
|
|
|
+other words, `prevent-display-sleep` always takes precedence over
|
|
|
`prevent-app-suspension`.
|
|
|
|
|
|
For example, an API calling A requests for `prevent-app-suspension`, and
|