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
  • 4,474
  • 8
  • 34
  • 82

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
  • 57,686
  • 15
  • 58
  • 82