1package: "android.service.notification"
2container: "system"
3container: "system"
4
5flag {
6  name: "ranking_update_ashmem"
7  namespace: "systemui"
8  description: "This flag controls moving ranking update contents into ashmem"
9  bug: "249848655"
10}
11
12flag {
13  name: "redact_sensitive_notifications_from_untrusted_listeners"
14  is_exported: true
15  namespace: "systemui"
16  description: "This flag controls the redacting of sensitive notifications from untrusted NotificationListenerServices"
17  bug: "306271190"
18}
19
20flag {
21  name: "redact_sensitive_notifications_big_text_style"
22  is_exported: true
23  namespace: "systemui"
24  description: "This flag controls the redacting of BigTextStyle fields in sensitive notifications"
25  bug: "335488909"
26  metadata {
27    purpose: PURPOSE_BUGFIX
28  }
29}
30
31flag {
32  name: "callstyle_callback_api"
33  is_exported: true
34  namespace: "systemui"
35  description: "Guards the new CallStyleNotificationEventsCallback"
36  bug: "305095040"
37  is_fixed_read_only: true
38}