aconfig flag for dnd app settings channels dedupe

Aconfig flag to control adding the group name to the channel name in the
DND App Settings page, to disambiguate channels that have identical
names in the list.

Test: adding flag; builds
Bug: 294333850
Change-Id: Icac50932e75b011b25b507b38433620c09680f3c
This commit is contained in:
Alexander Roederer
2023-10-31 16:22:47 +00:00
parent bf18e7967e
commit 5107a0b190
2 changed files with 10 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ aconfig_declarations {
"settings_connecteddevice_flag_declarations.aconfig",
"settings_globalintl_flag_declarations.aconfig",
"settings_experience_flag_declarations.aconfig",
"settings_notification_flag_declarations.aconfig",
"settings_onboarding_experience_flag_declarations.aconfig",
"settings_telephony_flag_declarations.aconfig",
"settings_biometrics_integration_declarations.aconfig",

View File

@@ -0,0 +1,9 @@
package: "com.android.settings.flags"
flag {
name: "dedupe_dnd_settings_channels"
namespace: "systemui"
description: "Controls adding group names to channel names in the DND>Apps settings page"
bug: "294333850"
}