Enable polite notifications by default for work profiles
Test: atest PoliteNotifWorkProfileToggleControllerTest Bug: 323337417 Change-Id: I859b76156573e62c217c67522a0df601338ecee2
This commit is contained in:
@@ -62,7 +62,7 @@ public class PoliteNotifWorkProfileToggleController extends TogglePreferenceCont
|
||||
@Override
|
||||
public boolean isChecked() {
|
||||
return Settings.System.getIntForUser(mContext.getContentResolver(),
|
||||
Settings.System.NOTIFICATION_COOLDOWN_ENABLED, OFF, mManagedProfileId) != OFF;
|
||||
Settings.System.NOTIFICATION_COOLDOWN_ENABLED, ON, mManagedProfileId) != OFF;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user