0

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 ?

Prashant
  • 3,934
  • 4
  • 30
  • 65

1 Answers1

1

There is not much to say. You just can't.

Apps prior to Lollipop had no authority/permission to change status bar color.

rafaelc
  • 48,227
  • 12
  • 46
  • 72