-1

In Android, we can use "Intent.ACTION_SCREEN_OFF" and "Intent.ACTION_SCREEN_ON" to receive the screen on/off broadcast events. But in firefox OS, does the same way to receive the screen on/off broadcast events??

Loïc Faure-Lacroix
  • 13,220
  • 6
  • 67
  • 99
Hank
  • 31
  • 2

1 Answers1

1

You can look at the visibilitychange event. https://developer.mozilla.org/en-US/docs/Web/Events/visibilitychange

Etienne
  • 11
  • 1