Title bar colour for an Ionic 2 app when viewing it among the list of background apps in android

The above screen shot shows the list of apps running in background on an android device. We can see that the title bar can be stylized with the app brand colour (grey for pinterest, green for evernote etc.). However for Ionic 2 apps, it is black by default and I am not sure how to change that. Please help.

Regards,
Abishek

@cyberabis were you able to figure this out?

@cyberabis, In case this is still an issue or anyone has a similar isssue, use the HeaderColor Native plugin - http://ionicframework.com/docs/v2/native/headerolor/

import { HeaderColor } from 'ionic-native';

HeaderColor.tint("#becb29");