Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb3f4aba authored by Vania Desmonda's avatar Vania Desmonda Committed by Presubmit Automerger Backend
Browse files

[automerge] Enable feature flag to show "Turns on at bedtime" as a Schedule in...

[automerge] Enable feature flag to show "Turns on at bedtime" as a Schedule in Dark theme Settings page. 2p: ec4b72b7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17636523

Bug: 218629025
Change-Id: I28cb84ede309fa9ab101bd53703f953c26b935a5
parents b1201ce4 ec4b72b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ public class FeatureFlagUtils {
        DEFAULT_FLAGS.put("settings_search_always_expand", "true");
        DEFAULT_FLAGS.put(SETTINGS_APP_LANGUAGE_SELECTION, "true");
        DEFAULT_FLAGS.put(SETTINGS_ENABLE_MONITOR_PHANTOM_PROCS, "true");
        DEFAULT_FLAGS.put(SETTINGS_APP_ALLOW_DARK_THEME_ACTIVATION_AT_BEDTIME, "false");
        DEFAULT_FLAGS.put(SETTINGS_APP_ALLOW_DARK_THEME_ACTIVATION_AT_BEDTIME, "true");
        DEFAULT_FLAGS.put(SETTINGS_HIDE_SECOND_LAYER_PAGE_NAVIGATE_UP_BUTTON_IN_TWO_PANE, "true");
    }