summaryrefslogtreecommitdiff
path: root/core/java/android/service/notification/flags.aconfig
blob: 71bee6530fed3399ac7469f653cacb16b3e65a09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package: "android.service.notification"
container: "system"

flag {
  name: "ranking_update_ashmem"
  namespace: "systemui"
  description: "This flag controls moving ranking update contents into ashmem"
  bug: "249848655"
}

flag {
  name: "notification_lifetime_extension_refactor"
    namespace: "systemui"
    description: "Enables moving notification lifetime extension management from SystemUI to "
        "Notification Manager Service"
    bug: "299448097"
}