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

Commit e9f3a011 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Blacklist doze setting from tuner reset" into pi-dev am: 49cb8165

am: 94dae642

Change-Id: I5913ca4b1f35e834723bbc771a8fdebe12b7a7a8
parents 8c138f2c 94dae642
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();