add AD_ID for system-settings 35/91435/5 accepted/tizen/common/20161018.175235 accepted/tizen/ivi/20161019.043957 accepted/tizen/mobile/20161019.043908 accepted/tizen/tv/20161019.043922 accepted/tizen/wearable/20161019.043944 submit/tizen/20161018.064127
authorMyoungJune Park <mj2004.park@samsung.com>
Fri, 7 Oct 2016 11:08:08 +0000 (20:08 +0900)
committerMyoungJune Park <mj2004.park@samsung.com>
Wed, 12 Oct 2016 10:45:15 +0000 (19:45 +0900)
Change-Id: I11cfa1812238ecbb8010f3d0e5b5e0ea16492d1c
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
data/vconf-internal-setting-keys.xml

index e2ab2ff..ceca24f 100644 (file)
@@ -1563,4 +1563,19 @@ echo "Do Nothing on TV"
     <email>kmook.choi@samsung.com</email>
     <comment><![CDATA[ ]]></comment>
   </vconfkey>
+  <vconfkey type="int32" name="db/setting/ad_id_opt_out" layer="system" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/systemsettings.admin">
+    <header>VCONFKEY_SETAPPL_AD_ID_OPT_OUT</header>
+    <val>1</val>
+    <creator>MyoungJune Park</creator>
+    <email>mj2004.park@samsung.com</email>
+       <comment><![CDATA[initialized value : set from adid UI app]]></comment>
+  </vconfkey>
+  <vconfkey type="string" name="db/setting/ad_id" layer="system" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/systemsettings.admin">
+    <header>VCONFKEY_SETAPPL_AD_ID</header>
+    <val>00000000-0000-0000-0000-000000000000</val>
+    <creator>MyoungJune Park</creator>
+    <email>mj2004.park@samsung.com</email>
+       <comment><![CDATA[initialized value : set from adid UI app/first boot value from setup wizard app.]]></comment>
+  </vconfkey>
+
 </vconfkeylists>