How to start a dialog (like alarm dimiss /snooze) that can be clicked without unlocking the screen
问题 I dont want to permanently bypass keyguard, just for that moment .For example when a alarm is raised (eg wake up alarm) i can dismiss /snooze it whithout unlocking screen .I want to achive the same behaviour.I want start a dialog which should be on top on locked screen. I can click button on dialog without unlocking .Is this possible ?If yes how? I dont want the following : private void unlockScreen(Context context){ Log.d("dialog", "unlocking screen now"); PowerManager powermanager = (