summaryrefslogtreecommitdiff
path: root/services/core/java/com/android/server/notification/flags.aconfig
blob: da017453ed8b93d8f6a2cf982553f73e4623eb2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
package: "com.android.server.notification"

flag {
  name: "expire_bitmaps"
  namespace: "systemui"
  description: "This flag controls removing expired notification bitmaps"
  bug: "290381858"
}

flag {
  name: "polite_notifications"
  namespace: "systemui"
  description: "This flag controls the polite notification feature"
  bug: "270456865"
}

flag {
  name: "refactor_attention_helper"
  namespace: "systemui"
  description: "This flag controls the refactoring of NMS to NotificationAttentionHelper"
  bug: "291907312"
}

flag {
  name: "cross_app_polite_notifications"
  namespace: "systemui"
  description: "This flag controls the cross-app effect of polite notifications"
  bug: "270456865"
}

flag {
  name: "vibrate_while_unlocked"
  namespace: "systemui"
  description: "This flag controls the vibrate while unlocked setting of polite notifications"
  bug: "270456865"
}