settingKey = _LOCALE_TIME_FORMAT;
pSettingInfo->AnnounceSettingEvent(settingKey);
settingKey = _LOCALE_COUNTRY;
- pSettingInfo->AnnounceSettingEvent(settingKey);
}
else if(key == RUNTIME_INFO_KEY_LANGUAGE)
{
- settingKey.Append(_LOCALE_LANGUAGE);
- pSettingInfo->AnnounceSettingEvent(settingKey);
+ settingKey = _LOCALE_LANGUAGE;
}
else if(key == RUNTIME_INFO_KEY_24HOUR_CLOCK_FORMAT_ENABLED)
{
pSettingInfo->AnnounceSettingEvent(settingKey);
settingKey = _LOCALE_TIME_FORMAT_24HOUR;
}
+ else
+ {
+ return;
+ }
r = pSettingInfo->AnnounceSettingEvent(settingKey);
SysTryReturnVoidResult(NID_SYS, r == E_SUCCESS, E_SYSTEM, "It is failed to send the event[%ls].", settingKey.GetPointer());
}
{
if(pSettingClient == null && pSettingClientEx == null)
{
+/*
if(File::IsFileExist(_COMMON_SERVICE_ENABLED) == false)
{
if(pSettingClient == null)
}
}
else
+*/
{
common_mode = true;
if(pSettingClientEx == null)