diff options
-rw-r--r-- | core/java/android/content/pm/multiuser.aconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/core/java/android/content/pm/multiuser.aconfig b/core/java/android/content/pm/multiuser.aconfig index ce241c165d71..88fbbddd28c9 100644 --- a/core/java/android/content/pm/multiuser.aconfig +++ b/core/java/android/content/pm/multiuser.aconfig @@ -190,6 +190,18 @@ flag { } } +flag { + name: "cache_user_serial_number_read_only" + namespace: "multiuser" + description: "Optimise user serial number retrieval. Read only flag, so that it can be used before the flags are initialized." + bug: "353134536" + metadata { + purpose: PURPOSE_BUGFIX + } + is_fixed_read_only: true +} + + # 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" |