diff options
author | 2024-09-18 20:04:51 +0000 | |
---|---|---|
committer | 2024-09-18 20:04:51 +0000 | |
commit | cc431eac2179c5ad75f29f58adb15bff890c7304 (patch) | |
tree | e6167450c3dfd0030594754e11310b206eaf2b92 | |
parent | c1aeed8c6011588649b2c07b511b9716e0bb589b (diff) | |
parent | 32fc4dd559a7cddd023f90dd9ea99c72e7a1e943 (diff) |
Merge "Add flag for ongoing notif features" into main
-rw-r--r-- | core/java/android/app/notification.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/app/notification.aconfig b/core/java/android/app/notification.aconfig index 9891e8930936..9b06adf4e894 100644 --- a/core/java/android/app/notification.aconfig +++ b/core/java/android/app/notification.aconfig @@ -236,4 +236,12 @@ flag { namespace: "systemui" description: "Guards new android.app.richongoingnotification api" bug: "337261753" +} + +flag { + name: "ui_rich_ongoing" + is_exported: true + namespace: "systemui" + description: "Guards new android.app.richongoingnotification promotion and new uis" + bug: "337261753" }
\ No newline at end of file |