Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5107a0b1 authored by Alexander Roederer's avatar Alexander Roederer
Browse files

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
parent bf18e796
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
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"
}