New flag "hearing_aids_qs_tile_dialog"
Bug: 291423171
Bug: 319197158
Test: NONE this just adds the flags. No change in behavior.
Flag: ACONFIG com.android.systemui.hearing_aids_qs_tile_dialog DEVELOPMENT
Change-Id: Icb4ef19fd81078245ca612a7d3c8b0fef4e3bd59
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig
index ba77380..a8aac6a 100644
--- a/packages/SystemUI/aconfig/systemui.aconfig
+++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -447,6 +447,13 @@
}
flag {
+ name: "hearing_aids_qs_tile_dialog"
+ namespace: "systemui"
+ description: "Show a dialog when clicking on hearing aids quick settings tile."
+ bug: "291423171"
+}
+
+flag {
name: "notification_row_user_context"
namespace: "systemui"
description: "Create a user-specific Context for the ImageResolver in ExpandableNotificationRow"