Issue
In Lollipop we can set status bar color using method : http://developer.android.com/reference/android/view/Window.html#setStatusBarColor(int)
What should we use for Android versions prior to Lollipop ?
Solution
There is not much to say. You just can't.
Apps prior to Lollipop had no authority/permission to change status bar color.
Answered By - rafaelc
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.