Merge "Add feature flag for security settings v2."

This commit is contained in:
TreeHugger Robot
2017-12-22 21:49:35 +00:00
committed by Android (Google) Code Review

View File

@@ -44,6 +44,7 @@ public class FeatureFlagUtils {
DEFAULT_FLAGS.put("settings_connected_device_v2", "true");
DEFAULT_FLAGS.put("settings_battery_v2", "false");
DEFAULT_FLAGS.put("settings_battery_display_app_list", "false");
DEFAULT_FLAGS.put("settings_security_settings_v2", "false");
}
/**