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

Commit 0071c61d authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a flag to fix the cache for UserManager.getUserProperties" into main

parents 16636d8a 107ce659
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -150,6 +150,16 @@ flag {
  }
}

flag {
    name: "fix_get_user_property_cache"
    namespace: "multiuser"
    description: "Cache is not optimised for getUserProperty for values below 0, eg. UserHandler.USER_NULL or UserHandle.USER_ALL"
    bug: "350416200"
    metadata {
        purpose: PURPOSE_BUGFIX
  }
}

flag {
    name: "cache_quiet_mode_state"
    namespace: "multiuser"