diff options
author | kj7.sung <kj7.sung@samsung.com> | 2017-06-14 08:42:40 +0900 |
---|---|---|
committer | Dongchul Lim <dc7.lim@samsung.com> | 2017-06-14 03:55:23 +0000 |
commit | 5f181cf79181ce6f15985388c48491fc799d74b0 (patch) | |
tree | f87be835753a1f7f573f1fe45a5b23abdb878908 | |
parent | fbb180b3ef5a667a83d5a08cacf5c161a965403f (diff) | |
download | model-config-xu3-5f181cf79181ce6f15985388c48491fc799d74b0.tar.gz model-config-xu3-5f181cf79181ce6f15985388c48491fc799d74b0.tar.bz2 model-config-xu3-5f181cf79181ce6f15985388c48491fc799d74b0.zip |
Add location features for TV profilesubmit/tizen/20170614.035754accepted/tizen/unified/20170629.085338
Change-Id: If9006d3810fd54455953eaece468fd2342022c3f
Signed-off-by: kj7.sung <kj7.sung@samsung.com>
-rw-r--r-- | model-config_tv.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/model-config_tv.xml b/model-config_tv.xml index b4b4339..be12b4e 100644 --- a/model-config_tv.xml +++ b/model-config_tv.xml @@ -38,6 +38,7 @@ <key name="tizen.org/feature/location" type="bool">false</key> <key name="tizen.org/feature/location.batch" type="bool">false</key> <key name="tizen.org/feature/location.gps" type="bool">false</key> + <key name="tizen.org/feature/location.gps.satellite" type="bool">false</key> <key name="tizen.org/feature/location.wps" type="bool">false</key> <key name="tizen.org/feature/location.geofence" type="bool">false</key> <key name="tizen.org/feature/maps" type="bool">true</key> |