If you are targeting Android 15 and using Jetpack compose use this in your Activity. Top of setContent{} block
WindowCompat.getInsetsController(window, window.decorView) .isAppearanceLightStatusBars = isSystemInDarkTheme()