diff options
author | chanywa <cbible.kim@samsung.com> | 2016-09-23 14:58:49 +0900 |
---|---|---|
committer | chanywa <cbible.kim@samsung.com> | 2016-09-23 14:58:49 +0900 |
commit | 8a9db3878d3ee3e9b4dd612377f442777744fba2 (patch) | |
tree | a7db82384b870620b461e8f7eb1f5b55c91dee27 | |
parent | 93d5cd3874a42560f95edce8dc043148fc395923 (diff) | |
download | model-config-tm1-8a9db3878d3ee3e9b4dd612377f442777744fba2.tar.gz model-config-tm1-8a9db3878d3ee3e9b4dd612377f442777744fba2.tar.bz2 model-config-tm1-8a9db3878d3ee3e9b4dd612377f442777744fba2.zip |
[ACR-703] add maps featuresubmit/tizen_3.0_mobile/20161015.000005submit/tizen/20160925.235711accepted/tizen/mobile/20160926.001046accepted/tizen/3.0/mobile/20161015.033910
Change-Id: I128f82625a34659055b99fa3a9fec4b5dff8559b
-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 d8ad6f7..aac77bf 100644 --- a/model-config.xml +++ b/model-config.xml @@ -42,6 +42,7 @@ <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> + <key name="tizen.org/feature/maps" type="bool">true</key> <key name="tizen.org/feature/microphone" type="bool">true</key> <key name="tizen.org/feature/multi_point_touch.pinch_zoom" type="bool">true</key> <key name="tizen.org/feature/multi_point_touch.point_count" type="int">2</key> |