Hi all,
I am trying to develop an app which can wake the phone from sleep, I am just developing for a single phone for an installation so I have more controls over the settings. A little more background info:
- The phone will always be running my app (locked in kiosk mode)
- By default, the screen will be off
- I will push a message to the app via sockets
- The screen needs to turn on
So far, I have googled around and only managed to find discussions on keeping the screen on but nothing on turning on the screen. Does anyone know any code / native extensions that can achieve this?
Many thanks.