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

Commit ba7c1c83 authored by Marco Ballesio's avatar Marco Ballesio
Browse files

Use native boot namespace for freezer

Bug: 143308662
Test: manually followed "Testing Flag Propagation from the Server" from
      go/android-flags-setup
Change-Id: Ie29ee855a8cb46436fe084bac69d7f920d5718b0
parent 374ba3fc
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();
        }