语言

Menu
Sites
Language
Gear s3 : alarm and wake watch from ambient mode

Hi, how to wake up the watch from ambient mode programmatically ? I wanted to interact with the watch after an alarm

响应

2 回复
Armaan-Ul- Islam

Okay, How about a Notification on the alarm time.

May try using:

alarm_schedule_noti_once_after_delay()

Notification API

 

# Or Using the display API to change the display state by force.

device_display_change_state

Tizen is me

Thanks, I'll try it and let you know