1
0
mirror of https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background synced 2025-04-09 17:03:26 +00:00
This commit is contained in:
Ibby Hadeed 2017-03-27 04:38:21 -04:00 committed by Sebastián Katzer
parent 110ec9d024
commit 609ba41ae0

@ -117,7 +117,7 @@ cordova.plugins.backgroundMode.excludeFromTaskList();
```
### Detect screen status
The method works async instead of _isAcive()_ or _isEnabled()_.
The method works async instead of _isActive()_ or _isEnabled()_.
```js
cordova.plugins.backgroundMode.isScreenOff(function(bool) {