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:
@@ -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",
|
||||
|
||||
9
aconfig/settings_notification_flag_declarations.aconfig
Normal file
9
aconfig/settings_notification_flag_declarations.aconfig
Normal 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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user