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

Commit 1059d5a1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use native boot namespace for freezer"

parents c9853809 ba7c1c83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -442,7 +442,7 @@ public final class CachedAppOptimizer {
     */
    @GuardedBy("mPhenotypeFlagLock")
    private void updateUseFreezer() {
        if (DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_ACTIVITY_MANAGER,
        if (DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_ACTIVITY_MANAGER_NATIVE_BOOT,
                    KEY_USE_FREEZER, DEFAULT_USE_FREEZER)) {
            mUseFreezer = isFreezerSupported();
        }