I'm developing a app that in certain times it should wake up the device and dismiss the keyguard to display some activity until the user dismisses it. So, the
getWindow().addFlags(WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD |
WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED);
does not work on Android Lollipop, meanwhile it works perfectly on the pre Android versions !! Any suggestions?
This is the working solution:
BroadcastReceiver Class
MainActivity Class
And now it is working even on Android Lollipop 5.0.1