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

Commit 960625ae authored by Jason Monk's avatar Jason Monk
Browse files

Blacklist doze setting from tuner reset

Test: manual
Change-Id: I934cfcd65552c9998eb95ecfed65670ec73dde8d
Fixes: 78512759
parent e3125c7e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ public class TunerServiceImpl extends TunerService {
    // shouldn't be reset with tuner settings.
    private static final String[] RESET_BLACKLIST = new String[] {
            QSTileHost.TILES_SETTING,
            Settings.Secure.DOZE_ALWAYS_ON
    };

    private final Observer mObserver = new Observer();