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

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

Merge "Turn off device-idle alarm history" into sc-dev am: 3d9400e2

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14729090

Change-Id: If6e2a8b749abf40bbbf118a07bbea233494cdbb8
parents 4509ec1e 3d9400e2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -183,8 +183,7 @@ public class AlarmManagerService extends SystemService {
    static final boolean DEBUG_BG_LIMIT = localLOGV || false;
    static final boolean DEBUG_STANDBY = localLOGV || false;
    static final boolean RECORD_ALARMS_IN_HISTORY = true;
    // TODO(b/178484639) : Turn off once alarms and reminders work is complete.
    static final boolean RECORD_DEVICE_IDLE_ALARMS = true;
    static final boolean RECORD_DEVICE_IDLE_ALARMS = false;
    static final String TIMEZONE_PROPERTY = "persist.sys.timezone";

    static final int TICK_HISTORY_DEPTH = 10;