From 97aef178c5efcb372a34a4a492d7a04ec94f9660 Mon Sep 17 00:00:00 2001 From: "jinwang.an" Date: Thu, 12 Apr 2018 18:22:13 +0900 Subject: [PATCH] Modify wrong vconf key value. - SYSTEM_SETTINGS_KEY_DEVELOPER_OPTION_STATE. Change-Id: I6a4a8f0d6efcb50d115699040746cd1cf3fc8c15 Signed-off-by: jinwang.an --- src/system_settings_vconf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/system_settings_vconf.c b/src/system_settings_vconf.c index b633f07..3285ea6 100644 --- a/src/system_settings_vconf.c +++ b/src/system_settings_vconf.c @@ -66,7 +66,6 @@ static char* _system_settings_vconf_table[38] = { VCONFKEY_SETAPPL_ACCESSIBILITY_TTS, VCONFKEY_SETAPPL_VIBRATION_STATUS_BOOL, VCONFKEY_SETAPPL_STATE_AUTOMATIC_TIME_UPDATE_BOOL, - VCONFKEY_SETAPPL_LCD_TIMEOUT_NORMAL, VCONFKEY_SETAPPL_DEVELOPER_OPTION_STATE, "MAX" }; -- 2.7.4