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

Commit c71425ca authored by brycelee's avatar brycelee Committed by Bryce Lee
Browse files

Low-light dream behavior flag introduction.

This changelist introduces a flag to cover the framework and
systemui changes to allow new behavior when dreaming in
low-light environments.

Flag: android.os.low_light_dream_behavior
Bug: 408229468
Test: EXEMPT flag addition
Change-Id: I640049616b1649af9012b9ee306091827e3c6c6e
parent e36a77d3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -264,6 +264,13 @@ flag {
     is_exported: true
}

flag {
    name: "low_light_dream_behavior"
    namespace: "systemui"
    description: "New low light dream behavior"
    bug: "408229468"
}

flag {
     name: "mainline_vcn_platform_api"
     namespace: "vcn"