Merge "Add feature flag for Dynamic Android"

am: c1e55147c9

Change-Id: I3bc9c86d4a2398b7f1dfaa7ff51fb66e156f1f84
This commit is contained in:
Howard Chen
2019-02-21 10:53:24 -08:00
committed by android-build-merger

View File

@@ -47,6 +47,7 @@ public class FeatureFlagUtils {
DEFAULT_FLAGS.put("settings_data_usage_v2", "true");
DEFAULT_FLAGS.put("settings_audio_switcher", "true");
DEFAULT_FLAGS.put("settings_systemui_theme", "true");
DEFAULT_FLAGS.put("settings_dynamic_android", "false");
DEFAULT_FLAGS.put(HEARING_AID_SETTINGS, "false");
DEFAULT_FLAGS.put(SAFETY_HUB, "false");
}