According to the API reference for Tizen wearable 3.0 it is deprecated to use device_power_request_lock to lock the display. Instead it is recommended to use efl_util_set_window_screen_mode. However, this function requires an Evas_Object and our app is developed using the Dali C++ classes. How can we lock the display without an Evas_Object? Or is there an Evas_Object somewhere behind the Dali scene? Or even better, is there an option for locking the display somewhere in Dali. Any help would be appreciated!
Best regards, Stian