Category "keyguard"

Can't get my Activity in front of the lock screen

I want to put my activity in front of the lock screen. I added whatever I saw on the internet as a flag to print activity on the lock screen. But on some device

How can i turn on screen at android 11?

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O_MR1) { setShowWhenLocked(true) setTurnScreenOn(true) } else { window.addFlags( Win

Full screen notifications unwantedly triggering keyguard

I'm making an app that shows full-screen notifications when the device is locked. Expected behavior: when a notification is launched, the activity shows over th