diff options
| author | 2024-11-13 17:30:25 +0000 | |
|---|---|---|
| committer | 2024-11-13 17:30:25 +0000 | |
| commit | 4f47c90d2466e45dcc3d649a93b69bb6c31564d9 (patch) | |
| tree | 2d09317e9a06768a577c80f98115144e481b99b0 | |
| parent | df3aacc6ae0fa22ede609e472522afd69d2c96fd (diff) | |
| parent | 9e1f71fdef81ad464156e439716e33035537cbca (diff) | |
Merge "Add missing flag stanza" into main
| -rw-r--r-- | services/tests/uiservicestests/src/com/android/server/notification/NotificationAssistantsTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/tests/uiservicestests/src/com/android/server/notification/NotificationAssistantsTest.java b/services/tests/uiservicestests/src/com/android/server/notification/NotificationAssistantsTest.java index 6eb2f718a0e9..9eddcc94e650 100644 --- a/services/tests/uiservicestests/src/com/android/server/notification/NotificationAssistantsTest.java +++ b/services/tests/uiservicestests/src/com/android/server/notification/NotificationAssistantsTest.java @@ -720,6 +720,7 @@ public class NotificationAssistantsTest extends UiServiceTestCase { } @Test + @EnableFlags(android.service.notification.Flags.FLAG_NOTIFICATION_CLASSIFICATION) public void testDefaultAllowedKeyAdjustments_readWriteXml() throws Exception { mAssistants.loadDefaultsFromConfig(true); |