mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2025-12-11 08:53:23 +00:00
fix typo (#256)
This commit is contained in:
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) {
|
||||
|
||||
Reference in New Issue
Block a user