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

Commit e96ea4fb 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 am: e0838db2

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

Change-Id: I2535d7c382521013ec7a501c589899d9ba9fe82e
parents d9db7235 e0838db2
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 */);
    }

    /**