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?
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?
Not a direct solution, but a way to go:
efl_util_set_window_screen_mode(win,EFL_UTIL_SCREEN_MODE_ALWAYS_ON);