diff options
| author | 2024-01-31 13:26:40 +0000 | |
|---|---|---|
| committer | 2024-01-31 13:26:40 +0000 | |
| commit | a45a0be77fe105673ad3519f6a3bdf910dcdca7c (patch) | |
| tree | afc4491479261de7964856ac23312c3fcd1b1e5d | |
| parent | 63ca71287d77646e270ea805de9a22a63024debc (diff) | |
| parent | c66cecc98dd83506d205678b58c48afba49d4547 (diff) | |
Merge "Add flag to protect custom view restriction changes" 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 47967dbcaba2..dbff4423d10c 100644 --- a/services/core/java/com/android/server/notification/flags.aconfig +++ b/services/core/java/com/android/server/notification/flags.aconfig @@ -63,4 +63,11 @@ flag { namespace: "systemui" description: "Timing test, no functionality" bug: "316931130" +} + +flag { + name: "notification_custom_view_uri_restriction" + namespace: "systemui" + description: "This flag enables memory restriction of notifications holding custom views with Uri Bitmaps" + bug: "270553691" }
\ No newline at end of file |