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

Commit fc800199 authored by Michelle Yang's avatar Michelle Yang
Browse files

Revert "Enable CORE_DEFER_UNTIL_ACTIVE by default."

This reverts commit a2d4cfba.

Reason for revert: TestMonitor: culprit for b/274520461

Change-Id: If4bd03963e7013c784f8f436fd9f7d9bb961a223
parent a2d4cfba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -242,7 +242,7 @@ public class BroadcastConstants {
     */
    public boolean CORE_DEFER_UNTIL_ACTIVE = DEFAULT_CORE_DEFER_UNTIL_ACTIVE;
    private static final String KEY_CORE_DEFER_UNTIL_ACTIVE = "bcast_core_defer_until_active";
    private static final boolean DEFAULT_CORE_DEFER_UNTIL_ACTIVE = true;
    private static final boolean DEFAULT_CORE_DEFER_UNTIL_ACTIVE = false;

    // Settings override tracking for this instance
    private String mSettingsKey;