summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Anna Bauza <annabauza@google.com> 2024-07-25 10:47:02 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-07-25 10:47:02 +0000
commita8dca8ceda01218f30c08b16d2b5d77d72e9a3c5 (patch)
treed92ca017200eaa5839481aecd7d0a727445e8292
parent01f68fb8bc1dd5df7aa6018c852963c26b30869d (diff)
parent40ba56f1f76b2ab16751d1b98eecd2769af6cf4d (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.aconfig12
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"