type change for ABMIENT MODE : int32 --> bool 51/135351/1
authorMyoungJune Park <mj2004.park@samsung.com>
Thu, 22 Jun 2017 04:33:29 +0000 (13:33 +0900)
committerMyoungJune Park <mj2004.park@samsung.com>
Thu, 22 Jun 2017 04:33:29 +0000 (13:33 +0900)
Change-Id: Ia95bd630829b1ab8ac87f3e0f34cf36e63a73949

data/vconf-internal-setting-keys.xml

index 6a6836c..641f741 100644 (file)
@@ -1497,7 +1497,7 @@ echo "Do Nothing on TV"
     <email>mj2004.park@samsung.com</email>
     <comment><![CDATA[ ]]></comment>
   </vconfkey>
-  <vconfkey type="int32" name="db/setting/ambient_mode" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+  <vconfkey type="bool" name="db/setting/ambient_mode" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_SETAPPL_AMBIENT_MODE_BOOL</header>
     <val>0</val>
     <creator> Myoungjune Park </creator>