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

Commit 07afad85 authored by Rajeev Kumar's avatar Rajeev Kumar Committed by Automerger Merge Worker
Browse files

Merge "Enable hibernation by default" into sc-dev am: 8b9df5b6

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

Change-Id: I284edbf1e9c9a6e1257afc81d515cea83656ea27
parents 6accbd24 8b9df5b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -849,7 +849,7 @@ public final class AppHibernationService extends SystemService {
        return DeviceConfig.getBoolean(
                NAMESPACE_APP_HIBERNATION,
                KEY_APP_HIBERNATION_ENABLED,
                false /* defaultValue */);
                true /* defaultValue */);
    }

    /**