Project

General

Profile

Feature #1239

Updated by Soren Stoutner 1 day ago

Android broke the ability to set the status bar color on Android 15 (API >= 35). 

 https://developer.android.com/reference/android/view/Window#setStatusBarColor(int) 

 This makes is so that ##1169 only works for API < 35. 

 The documentation indicates it is possible to work around this by drawing a background behind <code>WindowInsets.Type#statusBars()</code>, WindowInsets.Type#statusBars(), but I imagine that would be complicated to implement. 

 I am probably unlikely to ever do anything about this, but I have created this feature request as a reminder to check periodically to see if things ever get easier (sometimes they do, especially because Android is always changing its philosophy).

Back