diff options
| -rw-r--r-- | core/java/android/content/pm/multiuser.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/java/android/content/pm/multiuser.aconfig b/core/java/android/content/pm/multiuser.aconfig index 5a3970295ac2..ce241c165d71 100644 --- a/core/java/android/content/pm/multiuser.aconfig +++ b/core/java/android/content/pm/multiuser.aconfig @@ -337,3 +337,13 @@ flag { purpose: PURPOSE_BUGFIX } } + +flag { + name: "private_space_search_illustration_config" + namespace: "profile_experiences" + description: "Check config to show/hide the private space search illustration and search tile content in Hide Private Space settings page" + bug: "346612477" + metadata { + purpose: PURPOSE_BUGFIX + } +} |