diff options
| -rw-r--r-- | core/java/android/content/pm/multiuser.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/content/pm/multiuser.aconfig b/core/java/android/content/pm/multiuser.aconfig index 9644d8095a4d..c08343713abb 100644 --- a/core/java/android/content/pm/multiuser.aconfig +++ b/core/java/android/content/pm/multiuser.aconfig @@ -85,6 +85,7 @@ flag { description: "Enable auto-locking private space on device restarts" bug: "296993385" } + flag { name: "enable_system_user_only_for_services_and_providers" namespace: "multiuser" @@ -92,3 +93,10 @@ flag { bug: "302354856" is_fixed_read_only: true } + +flag { + name: "allow_private_profile_apis" + namespace: "profile_experiences" + description: "Enable only the API changes to support private space" + bug: "299069460" +} |