Merge "Enable hibernation by default" into sc-dev

This commit is contained in:
Rajeev Kumar
2021-07-13 05:35:34 +00:00
committed by Android (Google) Code Review

View File

@@ -849,7 +849,7 @@ public final class AppHibernationService extends SystemService {
return DeviceConfig.getBoolean(
NAMESPACE_APP_HIBERNATION,
KEY_APP_HIBERNATION_ENABLED,
false /* defaultValue */);
true /* defaultValue */);
}
/**