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

Commit e0838db2 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: I952ca5a4ba6a406110a459aee6ac49c6f8abde8d
parents 9cd06921 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 */);
    }

    /**