Suppress notif block/silence settings for essential packages.
Companion to change I6b8fa374. Bug: 31360343 Test: Manual. With config_nonBlockableNotificationPackages set to include com.android.dialer, examine Dialer's notification settings. Be sure to test with advanced notification controls enabled in System UI Tuner. Change-Id: Ifbe13acf4cb02d6642f5c80e000f5b558f289920
This commit is contained in:
committed by
Daniel Sandler
parent
0d424ef9bd
commit
acf763e996
@@ -90,7 +90,8 @@ public class AppNotificationSettings extends NotificationSettingsBase {
|
||||
rows.put(mAppRow.pkg, mAppRow);
|
||||
collectConfigActivities(rows);
|
||||
|
||||
setupImportancePrefs(mAppRow.systemApp, mAppRow.appImportance, mAppRow.banned);
|
||||
setupImportancePrefs(mAppRow.cantBlock, mAppRow.cantSilence,
|
||||
mAppRow.appImportance, mAppRow.banned);
|
||||
setupPriorityPref(mAppRow.appBypassDnd);
|
||||
setupVisOverridePref(mAppRow.appVisOverride);
|
||||
updateDependents(mAppRow.appImportance);
|
||||
|
Reference in New Issue
Block a user