From 7036788c10bfab86a9130850076bcc5e874a45e1 Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Tue, 19 Jan 2016 15:47:02 -0500 Subject: [PATCH] Apply extractors in the correct order. The intrusiveness extractor depends on the final importance being set. Bug: 26572389 Change-Id: Id1523a0839281c6cdc86def7deafe2cc33610b93 --- core/res/res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 53a733d260f8a..c7dd141e617fe 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1977,9 +1977,9 @@ com.android.server.notification.ValidateNotificationPeople com.android.server.notification.TopicPriorityExtractor + com.android.server.notification.TopicImportanceExtractor com.android.server.notification.NotificationIntrusivenessExtractor com.android.server.notification.TopicVisibilityExtractor - com.android.server.notification.TopicImportanceExtractor