Red-Folder / Cordova-Plugin-BackgroundService

BackroundService plugin for use with Cordova (PhoneGap)
144 stars 85 forks source link

Wake Up Phone #53

Closed zeeshanjan82 closed 9 years ago

zeeshanjan82 commented 9 years ago

Is there any way using this plugin I could wake up the phone. My application is open but because of the Idle timout it has gone in locked state. How can I wake up the phone on an event.

Red-Folder commented 9 years ago

There are ways to wake the screen and (I think) turn off the screen lock.

It's been a while since I've tried. Have a search on Google - you will find Java native code to do the job

zeeshanjan82 commented 9 years ago

Thanks @Red-Folder Is it possible to use java native code inside my Cordova application for doing this task.

Red-Folder commented 9 years ago

Yes. But it is reasonably advanced. Have a search on Google and experiment