[ 
https://issues.apache.org/jira/browse/CB-12188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15699677#comment-15699677
 ] 

Parth Hirpara commented on CB-12188:
------------------------------------

I have made changes in android cordova plugin - StatusBar.java to fix this 
issue:

//window.getClass().getDeclaredMethod("setStatusBarColor", 
int.class).invoke(window, Color.parseColor(colorPref)); //Removed
window.setStatusBarColor(Color.parseColor(colorPref)); //Added



> Status Bar is not changing in some specific android phone (Red MI 3s Prime)
> ---------------------------------------------------------------------------
>
>                 Key: CB-12188
>                 URL: https://issues.apache.org/jira/browse/CB-12188
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 3.5.0
>            Reporter: Parth Hirpara
>
> Status Bar is not changing in some specific android phone like Red MI 3S 
> prime. Android Version is 6.0.1.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to