How to start an application automatically after opening a lock Screen in android? -


I want to create an application that will automatically start after the lock screen of Android Mobile. Where can I get more information about the lock screen and the home screen of Android Mobile?

Create a broadcast receiver that detects incoming on screen. Does it launch your activity then when the lock screen is dismissed, then your activity will be on top.


Comments

Popular posts from this blog

c++ - C/pp Sockets, recv()/send() works only under gdb -

GO: Serve static pages -

objective c - How to open front/back camera at the same time in iOS developing? -