android - How to display Activity when the screen is locked? -


Plug my device Is it possible?

I am using to increase activity at the top level

 < Code> Private Window Air; @ Override Secure Zero Punishment () {// TODO Auto generated method stub super.onResume (); Lock ********* / wind = this.getWindow () is the need to block / ****** to increase the application; Wind.addFlags (LayoutParams.FLAG_DISMISS_KEYGUARD); Wind.addFlags (LayoutParams.FLAG_SHOW_WHEN_LOCKED); Wind.addFlags (LayoutParams.FLAG_TURN_SCREEN_ON); / * ^^^^^^ Block lock * /}  
if the application is required to increase

Comments