commit | 721e5fcc3f0d2ce8025bd545ade78ad14e0da670 | [log] [tgz] |
---|---|---|
author | Jeff DeCew <jeffdq@google.com> | Sun Nov 17 20:08:03 2024 +0000 |
committer | Jeff DeCew <jeffdq@google.com> | Mon Nov 18 20:26:59 2024 +0000 |
tree | 341c2fd5ab85c757c567e7c682aa3d5f4d2a2535 | |
parent | 8c494386365222520a1ef7aa3c83dbaf106eef2d [diff] |
[RONs] Fix over-restrictive requirement in promotion logic. We were checking that a notification met existing colorized requirements before making it promoted, which was too restrictive. It needs to just check that the app requested to be colorized. Change-Id: I6202e0c10f7481ef88656d154b7b3a57aac2ebd7 Flag: android.app.ui_rich_ongoing Bug: 379335139 Test: atest NotificationTest Test: atest NotificationManagerServiceTest