diff options
author | 2024-07-25 10:47:02 +0000 | |
---|---|---|
committer | 2024-07-25 10:47:02 +0000 | |
commit | a8dca8ceda01218f30c08b16d2b5d77d72e9a3c5 (patch) | |
tree | d92ca017200eaa5839481aecd7d0a727445e8292 | |
parent | 01f68fb8bc1dd5df7aa6018c852963c26b30869d (diff) | |
parent | 40ba56f1f76b2ab16751d1b98eecd2769af6cf4d (diff) |
Merge "Read only versions of read only flag (ag/28012390.) so the user serial number can be read before flags are initialized." into main
-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" |