WindowInsetsControllerCompat(<window>, <view>).isAppearanceLightStatusBars = Boolean Window window = Activity.getWindow(); View view = window.getDecorView(); // You need androidx.core for this