Skip to content Skip to sidebar Skip to footer

How To Unlock The Device When My Activity Will Be Launched Programmatically?

I am facing one problem regarding unlocking the device when Service launched activity when any alarm occurs. Scenario is : My application is having activities and service and all a

Solution 1:

You should use PowerManager.WakeLock class


Post a Comment for "How To Unlock The Device When My Activity Will Be Launched Programmatically?"