From 76eff4e9cdb107eb00ca81b14da4f46f7d096b01 Mon Sep 17 00:00:00 2001 From: Alexander Roederer Date: Mon, 29 Jan 2024 04:13:44 +0000 Subject: Removes unused lifetime extension flag Notification lifetime extension refactor flag not used; superseded by android.app.lifetimeExtensionRefactor flag which can be used in systemui and system server. Bug: 299448097 Test: Removing unused flag Flag: ACONFIG android.app.lifetimeExtensionRefactor DEVELOPMENT Change-Id: I7d66bb3745809993743b0b7cd0b9684bded6f5cb --- core/java/android/service/notification/flags.aconfig | 8 -------- packages/SystemUI/aconfig/systemui.aconfig | 8 -------- 2 files changed, 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 @@ -7,14 +7,6 @@ flag { 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" -} - flag { name: "redact_sensitive_notifications_from_untrusted_listeners" namespace: "systemui" diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index 2c35c777ab12..69029a7a5a5a 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -58,14 +58,6 @@ flag { bug: "243302608" } -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" -- cgit v1.2.3-59-g8ed1b