Merge "Update notif ranking on consolidated policy change" into rvc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
dfd1bdbcc0
@@ -1938,6 +1938,13 @@ public class NotificationManagerService extends SystemService {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
void onConsolidatedPolicyChanged() {
|
||||||
|
Binder.withCleanCallingIdentity(() -> {
|
||||||
|
mRankingHandler.requestSort();
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
void onAutomaticRuleStatusChanged(int userId, String pkg, String id, int status) {
|
void onAutomaticRuleStatusChanged(int userId, String pkg, String id, int status) {
|
||||||
Binder.withCleanCallingIdentity(() -> {
|
Binder.withCleanCallingIdentity(() -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user