Android change Status Bar Color without appcompat

android

I've just realised that it isn't possible to change the status bar color via appcompat on Android Versions below Lollipop.
I am currently running Android Kitkat 4.4.2 and received an update for an application, here's a screenshot

enter image description here

My question is, how did they manage to change the status bar color without using appcompat on a device running a lower version than Lollipop?

How is it possible to change the color?

Best Answer

Changing the Status Bar color in pre-Lollipop(5.0) is not possible by setting colorPrimaryDark.

On older platforms, AppCompat emulates the color theming where possible. At the moment this is limited to coloring the action bar and some widgets.

See this

Also see this