diff options
| author | 2024-02-07 16:14:48 +0000 | |
|---|---|---|
| committer | 2024-02-07 16:14:48 +0000 | |
| commit | eb8dd96d17f71e93001eb389566a4edfbc328452 (patch) | |
| tree | 6ab1f2b311860cc1c87cccbd6128851cabda5923 | |
| parent | 71ba4d5f170f02fa5f9e70644b5e076f097365d1 (diff) | |
| parent | 80f0cf3a41a6955adb694d6a0560f11871d3de02 (diff) | |
Merge "Add flag to control implementation of all private space features" into main
| -rw-r--r-- | core/java/android/content/pm/multiuser.aconfig | 6 |
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 { |