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

Commit e38b9127 authored by Anna Bauza's avatar Anna Bauza
Browse files

Add cache_quiet_mode_state flag

Flag to cache isQuietModeEnabled in UserManager

Bug: 350420769
Change-Id: Ib3fd7a95937a61b0668f992502ae6c77d955bdde
Test: N/A
Flag: android.multiuser.cache_quiet_mode_state
parent 6d513b70
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"