Disable edge optimization

This commit is contained in:
Yann Diorcet 2012-12-03 15:34:37 +01:00
parent 5784808dd9
commit f63bd03569
3 changed files with 3 additions and 3 deletions

View file

@ -201,7 +201,7 @@ extern void linphone_iphone_log_handler(int lev, const char *fmt, va_list args);
[self setString:val forKey:@"media_encryption_preference"];
}
[self setString: lp_config_get_string(linphone_core_get_config(lc), LINPHONERC_APPLICATION_KEY, "rotation_preference", "auto") forKey:@"rotation_preference"];
[self setBool: lp_config_get_int(linphone_core_get_config(lc), LINPHONERC_APPLICATION_KEY, "edge_opt_preference", 1) forKey:@"edge_opt_preference"];
[self setBool: lp_config_get_int(linphone_core_get_config(lc), LINPHONERC_APPLICATION_KEY, "edge_opt_preference", 0) forKey:@"edge_opt_preference"];
[self setBool: lp_config_get_int(linphone_core_get_config(lc), LINPHONERC_APPLICATION_KEY, "enable_first_login_view_preference", 0) forKey:@"enable_first_login_view_preference"];
[self setBool: lp_config_get_int(linphone_core_get_config(lc), LINPHONERC_APPLICATION_KEY, "debugenable_preference", 0) forKey:@"debugenable_preference"];
[self setBool: lp_config_get_int(linphone_core_get_config(lc), LINPHONERC_APPLICATION_KEY, "animations_preference", 1) forKey:@"animations_preference"];

View file

@ -24,7 +24,7 @@ firewall_policy=0
[app]
rotation_preference=auto
animations_preference=1
edge_opt_preference=1
edge_opt_preference=0
[default_values]
reg_expires=600

View file

@ -24,7 +24,7 @@ firewall_policy=0
[app]
rotation_preference=auto
animations_preference=1
edge_opt_preference=1
edge_opt_preference=0
[default_values]
reg_expires=600