Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07695e0b authored by Valentin Iftime's avatar Valentin Iftime
Browse files

Enable polite notifications by default for work profiles

Test: atest PoliteNotifWorkProfileToggleControllerTest
Bug: 323337417
Change-Id: I859b76156573e62c217c67522a0df601338ecee2
parent d8d977d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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