diff options
author | Boram Bae <boram21.bae@samsung.com> | 2020-03-27 11:49:50 +0900 |
---|---|---|
committer | Boram Bae <boram21.bae@samsung.com> | 2020-04-03 11:29:11 +0900 |
commit | 7cc02486415453a384f36baafa53d3dde3649489 (patch) | |
tree | 8e0f2a9b01d97db0497246836c2bd31d2cdf6896 /tw3 | |
parent | 7eb715de46130840d752f1f8e256b888f4f74bd8 (diff) | |
download | unified-model-config-7cc02486415453a384f36baafa53d3dde3649489.tar.gz unified-model-config-7cc02486415453a384f36baafa53d3dde3649489.tar.bz2 unified-model-config-7cc02486415453a384f36baafa53d3dde3649489.zip |
[ACR-1531] Add new sensors feature keysubmit/tizen/20200403.025116accepted/tizen/unified/20200403.034555
- tizen.org/feature/sensor.heart_rate_monitor.batch
- tizen.org/feature/sensor.heart_rate_monitor.led_green.batch
Change-Id: I4f873341a7837fc03967614bbba0adb524750ed4
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
Diffstat (limited to 'tw3')
-rw-r--r-- | tw3/model-config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tw3/model-config.xml b/tw3/model-config.xml index 08ec1f1..8fc8826 100644 --- a/tw3/model-config.xml +++ b/tw3/model-config.xml @@ -215,6 +215,8 @@ <key name="tizen.org/feature/sensor.tiltmeter.wakeup" type="bool">false</key> <key name="tizen.org/feature/sensor.ultraviolet" type="bool">false</key> <key name="tizen.org/feature/sensor.wrist_up" type="bool">false</key> + <key name="tizen.org/feature/sensor.heart_rate_monitor.batch" type="bool">true</key> + <key name="tizen.org/feature/sensor.heart_rate_monitor.led_green.batch" type="bool">true</key> <key name="tizen.org/feature/shell.appwidget" type="bool">true</key> <key name="tizen.org/feature/shortcut" type="bool">false</key> <key name="tizen.org/feature/sip.voip" type="bool">false</key> |