summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jeff DeCew <jeffdq@google.com> 2024-01-30 14:27:33 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-01-30 14:27:33 +0000
commit5946e673c50036f0832f0efd42c2f1be8b043db9 (patch)
treef710aa218f543cf36206cbdb8758351d0a26fe89
parent5fb9021f20405d86e3023357e3b0567f0308fdbf (diff)
parent76eff4e9cdb107eb00ca81b14da4f46f7d096b01 (diff)
Merge "Removes unused lifetime extension flag" into main
-rw-r--r--core/java/android/service/notification/flags.aconfig8
-rw-r--r--packages/SystemUI/aconfig/systemui.aconfig8
2 files changed, 0 insertions, 16 deletions
diff --git a/core/java/android/service/notification/flags.aconfig b/core/java/android/service/notification/flags.aconfig
index 3008b8d45252..446fe3de6482 100644
--- a/core/java/android/service/notification/flags.aconfig
+++ b/core/java/android/service/notification/flags.aconfig
@@ -8,14 +8,6 @@ flag {
}
flag {
- name: "notification_lifetime_extension_refactor"
- namespace: "systemui"
- description: "Enables moving notification lifetime extension management from SystemUI to "
- "Notification Manager Service"
- bug: "299448097"
-}
-
-flag {
name: "redact_sensitive_notifications_from_untrusted_listeners"
namespace: "systemui"
description: "This flag controls the redacting of sensitive notifications from untrusted NotificationListenerServices"
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig
index 375fe131b4b7..0ea2b1fed968 100644
--- a/packages/SystemUI/aconfig/systemui.aconfig
+++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -59,14 +59,6 @@ flag {
}
flag {
- name: "notification_lifetime_extension_refactor"
- namespace: "systemui"
- description: "Enables moving notification lifetime extension management from SystemUI to "
- "Notification Manager Service"
- bug: "299448097"
-}
-
-flag {
name: "notifications_live_data_store_refactor"
namespace: "systemui"
description: "Replaces NotifLiveDataStore with ActiveNotificationListRepository, and updates consumers. "