diff options
| author | 2023-10-05 11:00:06 +0100 | |
|---|---|---|
| committer | 2023-10-06 15:38:25 +0100 | |
| commit | 35ab9b00b295ea54ca36d63d1dfa1599f468f844 (patch) | |
| tree | 83f3970767318b513757e5cdd1596d658c01e692 | |
| parent | 6d617f789eb2a9f6f3a36d6c87f42c075fdc9f6f (diff) | |
Add flag for supporting communal profile.
Adds a flag in multiuser namespace for framework support of
communal profile.
Bug: 285426179
Test: m all_aconfig_declarations
Change-Id: I8b048f5cce40bdcc0f55f06597e247d2a3a19f1f
| -rw-r--r-- | core/java/android/content/pm/multiuser.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/content/pm/multiuser.aconfig b/core/java/android/content/pm/multiuser.aconfig index ea0f049cece3..3e12a1a66791 100644 --- a/core/java/android/content/pm/multiuser.aconfig +++ b/core/java/android/content/pm/multiuser.aconfig @@ -13,3 +13,10 @@ flag { description: "Bind wallpaper service on its own thread instead of system_server's main handler during a user switch." bug: "302100344" } + +flag { + name: "support_communal_profile" + namespace: "multiuser" + description: "Framework support for communal profile." + bug: "285426179" +} |