OSDN Git Service

Enable systemui_theme feature flag
authorLucas Dupin <dupin@google.com>
Fri, 25 May 2018 03:04:30 +0000 (20:04 -0700)
committerLucas Dupin <dupin@google.com>
Fri, 25 May 2018 03:07:44 +0000 (20:07 -0700)
Turning flag on even though translations are not ready in order to
expose feature and make sure it was properly tested before release

Change-Id: I10f515b1bdcae45d1ed6d6d293afe1853f44dc02
Bug: 63903361
Fixes: 75498812
Test: manual

core/java/android/util/FeatureFlagUtils.java

index 2d8b4d4..c861499 100644 (file)
@@ -43,7 +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");
+        DEFAULT_FLAGS.put("settings_systemui_theme", "true");
     }
 
     /**