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

Commit 2a265c13 authored by Kevin Han's avatar Kevin Han
Browse files

Enable hibernation by default

Enable hibernation by default

Bug: 192397298
Test: forrest run
Change-Id: I8465412fbe8c68958c58bb102eff5e4890d050c7
parent 3835717f
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 */);
    }

    /**