Add aconfig flags polite notifications refinements
Flag for cross-app (global) polite notifications.
Flag for the 'vibrate(or mute) when unlocked' option for polite notifications.
Flag: NA
Test: m -j
Bug: 270456865
Change-Id: I9a24d3ae1617ce18da3d7361501fa811cbda6d72
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp
index 7061e2c..f10ac1b 100644
--- a/packages/SystemUI/Android.bp
+++ b/packages/SystemUI/Android.bp
@@ -204,6 +204,7 @@
"lottie",
"LowLightDreamLib",
"motion_tool_lib",
+ "notification_flags_lib",
],
libs: [
"keepanno-annotations",
@@ -328,6 +329,7 @@
"androidx.compose.ui_ui",
"flag-junit",
"platform-test-annotations",
+ "notification_flags_lib",
],
}