From: Chanwoo Choi Date: Wed, 16 Aug 2023 06:15:30 +0000 (+0900) Subject: setting-keys: Add new vconf key to support multi-theme feedback X-Git-Tag: accepted/tizen/unified/20230818.054600^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fappfw%2Fvconf-internal-keys.git;a=commitdiff_plain;h=ea6305d6b58e949102120b8e3f9a38f614c0fd9f setting-keys: Add new vconf key to support multi-theme feedback libfeedback has supported the only one feedback theme. In order to support various theme of feedback, it requires the new vconf key when changing the key on setting app. So that add the following new vconf key for multi-theme feedback as - VCONFKEY_SETAPPL_ACCESSIBILITY_SOUND_FEEDBACK_THEME : libfeedback supports the sound feedback like power-on, power-off and beep sound. According to the value of theme selected by user, libfeedback plays the different sound for each feedback like power-on. - VCONFKEY_SETAPPL_ACCESSIBILITY_VIBRATRION_FEEDBACK_THEME : libfeedback supports the vibration feedback like power-on, power-off and touch sound. According to the value of theme selected by user, libfeedback plays the different vibration for each feedback like power-on. Change-Id: Ib85d6a92f7d44d2a3be631a3ec9d0b0d3a30d948 Signed-off-by: Chanwoo Choi --- diff --git a/data/vconf-internal-setting-keys.xml b/data/vconf-internal-setting-keys.xml index bb765f3..e1d969a 100644 --- a/data/vconf-internal-setting-keys.xml +++ b/data/vconf-internal-setting-keys.xml @@ -1831,5 +1831,19 @@ echo "Do Nothing on TV" VCONFKEY_SETAPPL_TRAY_SORTORDER_AUTO VCONFKEY_SETAPPL_TRAY_SORTORDER_CUSTOM - + + +
VCONFKEY_SETAPPL_ACCESSIBILITY_SOUND_FEEDBACK_THEME
+ 0 + Chanwoo Choi + cw00.choi@samsung.com + +
+ +
VCONFKEY_SETAPPL_ACCESSIBILITY_VIBRATRION_FEEDBACK_THEME
+ 0 + Chanwoo Choi + cw00.choi@samsung.com + +
diff --git a/packaging/vconf-internal-keys.spec b/packaging/vconf-internal-keys.spec index d766a33..05cb2fa 100755 --- a/packaging/vconf-internal-keys.spec +++ b/packaging/vconf-internal-keys.spec @@ -1,6 +1,6 @@ Name: vconf-internal-keys Summary: Internal shared keys for vconf -Version: 0.0.186 +Version: 0.0.187 Release: 0 Group: Application Framework/Configuration License: Apache-2.0