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

Commit c68003cd authored by Tetiana Meronyk's avatar Tetiana Meronyk Committed by Android (Google) Code Review
Browse files

Merge "Add flags for changes that are part of alarm improvements in MU" into main

parents b7af1d56 aee9f716
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -43,6 +43,20 @@ flag {
    bug: "308105403"
}

flag {
    name: "start_user_before_scheduled_alarms"
    namespace: "multiuser"
    description: "Persist list of users with alarms scheduled and wakeup stopped users before alarms are due"
    bug: "314907186"
}

flag {
    name: "add_ui_for_sounds_from_background_users"
    namespace: "multiuser"
    description: "Allow foreground user to dismiss sounds that are coming from background users"
    bug: "314907186"
}

flag {
    name: "enable_biometrics_to_unlock_private_space"
    namespace: "profile_experiences"