Change location vconf value 20/43520/3 accepted/tizen/mobile/20150710.122610 accepted/tizen/mobile/20150710.122712 accepted/tizen/tv/20150710.122738 accepted/tizen/wearable/20150710.122815 submit/tizen/20150710.043531 submit/tizen_mobile/20150710.053816 submit/tizen_mobile/20150710.062045
authorkj7.sung <kj7.sung@samsung.com>
Fri, 10 Jul 2015 00:28:45 +0000 (09:28 +0900)
committerMyoungJune Park <mj2004.park@samsung.com>
Fri, 10 Jul 2015 04:35:07 +0000 (13:35 +0900)
Change-Id: Ifc6099e0897e84cf6d559efce193695a029987f7
Signed-off-by: kj7.sung <kj7.sung@samsung.com>
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
data/vconf-internal-location-keys.xml
report/vconf-internal-location-keys.html
scripts/vconf-internal-location-keys.sh

index 46e2538..b593378 100644 (file)
@@ -13,7 +13,7 @@
     <email/>
     <comment><![CDATA[ ]]></comment>
   </vconfkey>
-  <vconfkey type="int" name="db/location/setting/NetworkEnabled" value="1" label="tizen::vconf::location::enable" gid="6514" uid="">
+  <vconfkey type="int" name="db/location/setting/NetworkEnabled" value="0" label="tizen::vconf::location::enable" gid="6514" uid="">
     <header>VCONFKEY_LOCATION_NETWORK_ENABLED</header>
     <creator/>
     <email/>
index e135b47..b5027eb 100644 (file)
@@ -44,7 +44,7 @@
 <td><a href="../fullsearch/VCONFKEY_LOCATION_NETWORK_ENABLED-result.txt">VCONFKEY_LOCATION_NETWORK_ENABLED</a></td>
 <td>db/location/setting/NetworkEnabled</td>
 <td>int</td>
-<td>1</td>
+<td>0</td>
 <td>tizen::vconf::location::enable</td>
 <td></td>
 <td> </td>
index dca5b3f..35355fd 100644 (file)
@@ -2,7 +2,7 @@
 
 /usr/bin/vconftool set -t int "db/location/setting/Usemylocation"  "1" -s "tizen::vconf::location::enable" -i  -g 6514
 /usr/bin/vconftool set -t int "db/location/setting/GpsEnabled"  "1" -s "tizen::vconf::location::enable" -i  -g 6514
-/usr/bin/vconftool set -t int "db/location/setting/NetworkEnabled"  "1" -s "tizen::vconf::location::enable" -i  -g 6514
+/usr/bin/vconftool set -t int "db/location/setting/NetworkEnabled"  "0" -s "tizen::vconf::location::enable" -i  -g 6514
 /usr/bin/vconftool set -t int "db/location/setting/GpsPopup"  "1" -s "tizen::vconf::location::enable" -i  -g 6514
 /usr/bin/vconftool set -t int "memory/location/position/state"  "0" -s "tizen::vconf::public::r::platform::rw" -i  -g 6514
 /usr/bin/vconftool set -t int "memory/location/gps/state"  "0" -s "tizen::vconf::public::r::platform::rw" -i  -g 6514