diff options
author | 2024-01-17 15:42:04 +0000 | |
---|---|---|
committer | 2024-02-08 09:58:40 +0000 | |
commit | 1103d313bf297370cd948cf4a78d4a3f748ba87e (patch) | |
tree | 0567393667ee76bd0b35a324043324bd87f03f9d /flags | |
parent | 48618644f8e98d2df80ae95ec3e8ebfc00139afb (diff) |
Add the titleForPrivateProfile API
This API lets the safety sources set the title for the private
profile in the safety center config file.
This change also temporarily disables the linter. Safety Center team
will look into enabling it later.
Bug: 286539356
Test: manual
Change-Id: I99ab006240883065d290b2d9976f2a7c9bf7905e
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" |