diff options
| author | 2023-11-22 23:52:10 +0000 | |
|---|---|---|
| committer | 2023-11-22 23:52:10 +0000 | |
| commit | ed4bd5912813263aedf20c81d93f6d93edb875ab (patch) | |
| tree | f21e44f1180184d28aa5d322b380dec1fbd87504 | |
| parent | 7a3ff1e98e8593dba08c851236691813d3f06514 (diff) | |
| parent | e162d55002896c00251515e634b17efcb7aa4d4f (diff) | |
Merge "Add NMS Lifetime extension flag to android.app" into main
| -rw-r--r-- | core/java/android/app/notification.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/app/notification.aconfig b/core/java/android/app/notification.aconfig index bf5bad3dc0cf..7be4b3611d00 100644 --- a/core/java/android/app/notification.aconfig +++ b/core/java/android/app/notification.aconfig @@ -22,3 +22,10 @@ flag { is_fixed_read_only: true } +flag { + name: "lifetime_extension_refactor" + namespace: "systemui" + description: "Enables moving notification lifetime extension management from SystemUI to " + "Notification Manager Service" + bug: "299448097" +}
\ No newline at end of file |