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

Commit c8fcfd82 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix ContextualAdaptiveSleepSliceTest" into rvc-dev am: a4e3d5ef am:...

Merge "Fix ContextualAdaptiveSleepSliceTest" into rvc-dev am: a4e3d5ef am: 17c62112 am: 3baeb593

Change-Id: I42a007cfacde7d1ae1fc91220866afe8fd13538b
parents 60dfe57f 3baeb593
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ public class ContextualAdaptiveSleepSlice implements CustomSliceable {
     * @return {@code true} if the feature is turned on for the device, otherwise {@code false}
     */
    private boolean isTurnedOn() {
        return Settings.System.getInt(
        return Settings.Secure.getInt(
                mContext.getContentResolver(), Settings.Secure.ADAPTIVE_SLEEP, 0) != 0;
    }