Loading packages/SystemUI/src/com/android/systemui/tuner/TunerServiceImpl.java +1 −0 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
packages/SystemUI/src/com/android/systemui/tuner/TunerServiceImpl.java +1 −0 Original line number Diff line number Diff line Loading @@ -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(); Loading