diff options
Diffstat (limited to 'flags')
-rw-r--r-- | flags/flags.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/flags/flags.aconfig b/flags/flags.aconfig index 441e3584e..8bf3a63ab 100644 --- a/flags/flags.aconfig +++ b/flags/flags.aconfig @@ -15,6 +15,14 @@ flag { is_fixed_read_only: true } +flag { + name: "private_profile_title_api" + namespace: "permissions" + description: "This flag is used to guard the private profile title api in safety center" + bug: "286539356" + is_fixed_read_only: true +} + # TODO: Remove when wear_privacy_dashboard_enabled_read_only reaches to the next stage. flag { name: "wear_privacy_dashboard_enabled" |