Github user purplecabbage commented on the pull request:
https://github.com/apache/cordova-plugin-statusbar/pull/22#issuecomment-76453675
This should be identical to the other platforms.
Documentation should specify the 'quirk' in how the Android guidelines
recommend it's usage.
Actually setting a different value is a job for the app developer.
```
if(cordova.platformId == 'android') {
StatusBar.backgroundColorByHexString("#333");
}
```
Also, this pull request is missing most of the functionality of the plugin.
This property should be changeable at runtime like wp8.1|wp8|ios.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]