Q (irrespective of target SDK) ➢ Exceptions: ◦ Bound services such as accessibility, auto-fill, etc. ◦ Receives a PendingIntent from system ◦ App had SYSTEM_ALERT_WINDOW permission ◦ App called finish() on activity very recently ➢ Recommended approach - Notification Triggered activity
View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION or //Layout as if the status bar was hidden View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN or //Layout at its most extreme View.SYSTEM_UI_FLAG_LAYOUT_STABLE