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 88fbbddd28c9..6882d5c2db00 100644 --- a/core/java/android/content/pm/multiuser.aconfig +++ b/core/java/android/content/pm/multiuser.aconfig @@ -359,3 +359,13 @@ flag { purpose: PURPOSE_BUGFIX } } + +flag { + name: "show_different_creation_error_for_unsupported_devices" + namespace: "profile_experiences" + description: "On private space create error due to child account added/fully managed user show message with link to the Help Center to find out more." + bug: "340130375" + metadata { + purpose: PURPOSE_BUGFIX + } +} |