0

I create my first app for Tizen (with Xamarin Forms). When i run my app i need TV to stay all time active.

While the app is on, the sleep mode should not turn on on the TV.

Is it possible? What api should I use?

FetFrumos
  • 5,388
  • 8
  • 60
  • 98

1 Answers1

1

Not a direct solution, but a way to go:

  1. implement a possibility to call tizen native code from forms: https://stackoverflow.com/a/53534562/7149454
  2. call tizen native api to set efl_util_set_window_screen_mode(win,EFL_UTIL_SCREEN_MODE_ALWAYS_ON);
Nick Kovalsky
  • 5,378
  • 2
  • 23
  • 50