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

Commit ff099c24 authored by Anna Bauza's avatar Anna Bauza Committed by Android (Google) Code Review
Browse files

Merge "Add cache_quiet_mode_state flag " into main

parents 6c80fde9 e38b9127
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -150,6 +150,16 @@ flag {
  }
}

flag {
    name: "cache_quiet_mode_state"
    namespace: "multiuser"
    description: "Optimise quiet mode state retrieval"
    bug: "350420769"
    metadata {
        purpose: PURPOSE_BUGFIX
  }
}

flag {
    name: "cache_user_serial_number"
    namespace: "multiuser"
@@ -160,7 +170,6 @@ flag {
  }
}


# This flag guards the private space feature and all its implementations excluding the APIs. APIs are guarded by android.os.Flags.allow_private_profile.
flag {
    name: "enable_private_space_features"