I am developing an app which has a background service running and after some interval I want to take a picture from the camera. When the device is locked, I want to unlock the screen to open my camera activity.
Android Unlock screen and open camera from activity
845 views Asked by Sandy At
1
You can unlock the screen by:
The
KeyguardManager
is first used to check whether it is locked.