0

If screen is in off state, then how can I light up screen or turn screen on.

Answer for Android and Bada both are acceptable to me.

Thanks.

user1390378
  • 403
  • 2
  • 7
  • 20
  • 1
    Either android or BADA, both are Different OS. – Arpit Feb 23 '13 at 15:48
  • I am working on Bada and my friend working on Android and we both facing same problem. – user1390378 Feb 23 '13 at 15:50
  • 3
    @user1390378: Then the solution is you should ask about Bada and your friend should as about android. :) – NewUser Feb 23 '13 at 16:29
  • Possible duplicate of [Android: How to turn screen on and off programmatically?](https://stackoverflow.com/questions/9561320/android-how-to-turn-screen-on-and-off-programmatically) – tir38 Jul 19 '19 at 18:12

1 Answers1

1

On android you'll need to use a PowerManager and get a WakeLock. You can have a look at this answer for an example of how to use it.

Community
  • 1
  • 1
ebarrenechea
  • 3,775
  • 1
  • 31
  • 37