Merge "SystemUI theme feature flag" into pi-dev

am: 3884e936c9

Change-Id: Ie3ef39ec76e782f4f6893207106d2e25243af793
This commit is contained in:
Lucas Dupin
2018-05-24 11:13:58 -07:00
committed by android-build-merger

View File

@@ -43,6 +43,7 @@ public class FeatureFlagUtils {
DEFAULT_FLAGS.put("settings_bluetooth_while_driving", "false");
DEFAULT_FLAGS.put("settings_data_usage_v2", "true");
DEFAULT_FLAGS.put("settings_audio_switcher", "true");
DEFAULT_FLAGS.put("settings_systemui_theme", "false");
}
/**