From: Hyotaek Shim Date: Tue, 10 Mar 2020 11:58:45 +0000 (+0900) Subject: Remove VCONFKEY_SETAPPL_AMBIENT_MODE_BOOL X-Git-Tag: submit/tizen/20200331.081929~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F22%2F227222%2F1;p=platform%2Fcore%2Fsystem%2Fdeviced.git Remove VCONFKEY_SETAPPL_AMBIENT_MODE_BOOL replaced by "db/starter/always_on_display" Change-Id: Ie2b756eb9ed5e963ea6127a3d4000eeb99fde61b Signed-off-by: Hyotaek Shim --- diff --git a/src/display/ambient-mode.c b/src/display/ambient-mode.c index a615824..c0ed7f8 100644 --- a/src/display/ambient-mode.c +++ b/src/display/ambient-mode.c @@ -260,8 +260,7 @@ static void ambient_init(void *data) static void ambient_exit(void *data) { ambient_set_state(false); - vconf_ignore_key_changed(VCONFKEY_SETAPPL_AMBIENT_MODE_BOOL, - ambient_set_condition); + vconf_ignore_key_changed("db/starter/always_on_display", ambient_set_condition); } static const struct display_ops ambient_ops = {