Android 15 enforces edge-to-edge rendering for all apps targeting API 35 (Android 15). This means the app's content extends behind the system status bar and navigation bar by default, rather than being constrained within the safe area.
For consumer apps, this creates a more immersive experience. For enterprise kiosk and dedicated device deployments, it can cause problems:
What should I do?
WindowInsets API for this purposeThis is not specific to lock task mode - any app targeting API 35 will be affected. However, the impact is most noticeable on dedicated devices where the app is the sole user-facing interface.