summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jigar Thakkar <jigarthakkar@google.com> 2024-02-07 16:14:48 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-02-07 16:14:48 +0000
commiteb8dd96d17f71e93001eb389566a4edfbc328452 (patch)
tree6ab1f2b311860cc1c87cccbd6128851cabda5923
parent71ba4d5f170f02fa5f9e70644b5e076f097365d1 (diff)
parent80f0cf3a41a6955adb694d6a0560f11871d3de02 (diff)
Merge "Add flag to control implementation of all private space features" into main
-rw-r--r--core/java/android/content/pm/multiuser.aconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/content/pm/multiuser.aconfig b/core/java/android/content/pm/multiuser.aconfig
index 7ded7472bc1f..1be15e2438ef 100644
--- a/core/java/android/content/pm/multiuser.aconfig
+++ b/core/java/android/content/pm/multiuser.aconfig
@@ -109,10 +109,10 @@ flag {
}
flag {
- name: "allow_private_profile_apis"
+ name: "enable_private_space_features"
namespace: "profile_experiences"
- description: "Enable only the API changes to support private space"
- bug: "299069460"
+ description: "Enable the support for private space and all its sub-features"
+ bug: "286418785"
}
flag {