You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Benjamin Humphrey (JIRA)" <ji...@apache.org> on 2015/10/04 09:41:26 UTC

[jira] [Updated] (CB-9742) Add support for setting multi-task app header color through ActivityManager

     [ https://issues.apache.org/jira/browse/CB-9742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Humphrey updated CB-9742:
----------------------------------
    Description: 
It would be great if cordova-plugin-statusbar would support setting the label, icon, and color of the application header in Lollipop's multi-task view dynamically through the following:

{code}
Activity.setTaskDescription(new ActivityManager.TaskDescription(label, icon, color));
{code}

For more information, see http://stackoverflow.com/questions/27838528/changing-color-of-header-in-multitask-view

  was:
It would be great if cordova-plugin-statusbar would support setting the label, icon, and color of the application header in Lollipop's multi-task view through the following:

{code}
Activity.setTaskDescription(new ActivityManager.TaskDescription(label, icon, color));
{code}

For more information, see http://stackoverflow.com/questions/27838528/changing-color-of-header-in-multitask-view


> Add support for setting multi-task app header color through ActivityManager
> ---------------------------------------------------------------------------
>
>                 Key: CB-9742
>                 URL: https://issues.apache.org/jira/browse/CB-9742
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Plugin Statusbar
>         Environment: Android 5.1.1, Cordova cli-5.2.0
>            Reporter: Benjamin Humphrey
>
> It would be great if cordova-plugin-statusbar would support setting the label, icon, and color of the application header in Lollipop's multi-task view dynamically through the following:
> {code}
> Activity.setTaskDescription(new ActivityManager.TaskDescription(label, icon, color));
> {code}
> For more information, see http://stackoverflow.com/questions/27838528/changing-color-of-header-in-multitask-view



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org