Change-Id: I3bba709bd8acc5c146116376a4495fa0d9f630cb
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
key = e_System_Settings_Key[enum_counter];
nGetValue=-1;
nRetVal = system_settings_get_value_int(key, &nGetValue);// Target APIs
- if(g_bSystemSettingsFontNotSupported && e_System_Settings_Key[enum_counter] == SYSTEM_SETTINGS_KEY_FONT_SIZE)
+ if((g_bSystemSettingsFontNotSupported && e_System_Settings_Key[enum_counter] == SYSTEM_SETTINGS_KEY_FONT_SIZE) || (g_bSystemSettingsTelyphoneyNotSupported && e_System_Settings_Key[enum_counter] == SYSTEM_SETTINGS_KEY_ULTRA_DATA_SAVE))
{
if ( nRetVal == SYSTEM_SETTINGS_ERROR_NOT_SUPPORTED )
{
FPRINTF("\\n[Line : %d][%s] Feature Not Supported , error returned = %s", __LINE__, API_NAMESPACE, SystemSettingsGetError(nRetVal));
- return 0;
+ continue;
}
else
{