Languages

Menu
Sites
Language
Listener to Samsung Gear S Settings

Hi everybody

I would like to know if exist any way to implement an listener that listen Samsung Gear S Settings change.

Example: When user put Samsung Gear S in Energy Economy mode, Do Not Disturb mode or Airplane mode, my app is notified. Is it possible ?

 

Thanks

Edited by: mvs mvs on 06 Feb, 2015

Responses

2 Replies
daniel kim

Hi,

I suggest you to refer to this help page in IDE about how to get information of device using getPropertyValue() .

  - Tizen Wearable Web App Programming > Programming Guide > Device API Guides > System Guides

 

AVSukhov

Hello,

You may use addPropertyValueChangeListener

from SystemInfo API