diff options
author | 2023-09-05 13:13:20 +0000 | |
---|---|---|
committer | 2023-09-05 13:13:20 +0000 | |
commit | 37324026ad1a10f54dd38d24f535fe78f7bc5237 (patch) | |
tree | c757aa26e5bdecce3527a4166901039ece865da3 | |
parent | c5df75a1bd5c706859978b1bd1f3df391ea20a4c (diff) | |
parent | 7fe2f74448be819ec376c0677b94face046323d7 (diff) |
Merge "Add aconfig flag for NAH refactoring" into main
-rw-r--r-- | services/core/java/com/android/server/notification/flags.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/services/core/java/com/android/server/notification/flags.aconfig b/services/core/java/com/android/server/notification/flags.aconfig index 1908e4dff234..dcac8c98d19f 100644 --- a/services/core/java/com/android/server/notification/flags.aconfig +++ b/services/core/java/com/android/server/notification/flags.aconfig @@ -13,3 +13,10 @@ flag { 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" +} |