diff options
author | kj7.sung <kj7.sung@samsung.com> | 2015-09-04 20:56:44 +0900 |
---|---|---|
committer | kj7.sung <kj7.sung@samsung.com> | 2015-09-04 20:57:17 +0900 |
commit | cbd3c8299462d0de86fc12cd8a4a90adb0d41321 (patch) | |
tree | 6f3c69407e6d2b27726dcd50e56f046c964ce085 | |
parent | 0bc7bd0540d2a673649a617473aca8ab6fdfa8d0 (diff) | |
download | model-config-n4-cbd3c8299462d0de86fc12cd8a4a90adb0d41321.tar.gz model-config-n4-cbd3c8299462d0de86fc12cd8a4a90adb0d41321.tar.bz2 model-config-n4-cbd3c8299462d0de86fc12cd8a4a90adb0d41321.zip |
Add to check satellite featuresubmit/tizen_mobile/20150904.125449accepted/tizen/mobile/20150904.140251
Signed-off-by: kj7.sung <kj7.sung@samsung.com>
Change-Id: I84366e472bdbf224fdd28f9b612d5d75484d3e06
-rw-r--r-- | model-config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/model-config.xml b/model-config.xml index 37d6148..04e2da3 100644 --- a/model-config.xml +++ b/model-config.xml @@ -35,6 +35,7 @@ <key name="tizen.org/feature/location" type="bool">true</key> <key name="tizen.org/feature/location.batch" type="bool">false</key> <key name="tizen.org/feature/location.gps" type="bool">true</key> + <key name="tizen.org/feature/location.gps.satellite" type="bool">true</key> <key name="tizen.org/feature/location.wps" type="bool">false</key> <key name="tizen.org/feature/location.companion" type="bool">false</key> <key name="tizen.org/feature/location.geofence" type="bool">true</key> |