Android 4 Status Bar Color ionic 4.5.0

Status bar plugin change color work only with * Android 5+ …
How do I change the color of the StatusBar text in the versions before?

i use `$toolbar-md-title-text-color:black

and ` this.platform.ready().then(() {

this.statusBar.overlaysWebView(true);
this.statusBar.styleDefault();
(window as any).StatusBar.styleDefault();
this.statusBar.backgroundColorByHexString(‘#fff’);
});`;