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
Post a Comment