setting-keys: Remove readPriv from feedback vconf keys 82/297682/2 accepted/tizen/unified/20230825.044233
authorYunhee Seo <yuni.seo@samsung.com>
Wed, 23 Aug 2023 01:25:54 +0000 (10:25 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Wed, 23 Aug 2023 05:05:19 +0000 (14:05 +0900)
Allow apps to read below vconfkeys without readPrivilege dependencies.
- VCONFKEY_SETAPPL_ACCESSIBILITY_SOUND_FEEDBACK_THEME
- VCONFKEY_SETAPPL_ACCESSIBILITY_VIBRATION_FEEDBACK_THEME

Change-Id: Iba363ea05f88eb0f5d8a24fd067e19e1a6cd8f46
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
data/vconf-internal-setting-keys.xml

index a3b73d5..9b987eb 100644 (file)
@@ -1832,14 +1832,14 @@ echo "Do Nothing on TV"
     <enumdata value="1">VCONFKEY_SETAPPL_TRAY_SORTORDER_CUSTOM</enumdata>
    </enumlist>
   </vconfkey>
-  <vconfkey type="int32" name="db/setting/accessibility/sound_feedback_theme" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/systemsettings.admin">
+  <vconfkey type="int32" name="db/setting/accessibility/sound_feedback_theme" readPriv="" writePriv="http://tizen.org/privilege/systemsettings.admin">
     <header>VCONFKEY_SETAPPL_ACCESSIBILITY_SOUND_FEEDBACK_THEME</header>
     <val>0</val>
     <creator>Chanwoo Choi</creator>
     <email>cw00.choi@samsung.com</email>
     <comment><![CDATA[ ]]></comment>
   </vconfkey>
-  <vconfkey type="int32" name="db/setting/accessibility/vibration_feedback_theme" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/systemsettings.admin">
+  <vconfkey type="int32" name="db/setting/accessibility/vibration_feedback_theme" readPriv="" writePriv="http://tizen.org/privilege/systemsettings.admin">
     <header>VCONFKEY_SETAPPL_ACCESSIBILITY_VIBRATION_FEEDBACK_THEME</header>
     <val>0</val>
     <creator>Chanwoo Choi</creator>