// Allow this activity to be displayed in front of the keyguard / lockscreen.
getWindow().addFlags(WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED);
// Allow this activity to be displayed in front of the keyguard / lockscreen.
getWindow().addFlags(WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED);