Merge "Use native boot namespace for freezer"
This commit is contained in:
committed by
Android (Google) Code Review
commit
1059d5a169
@@ -442,7 +442,7 @@ public final class CachedAppOptimizer {
|
||||
*/
|
||||
@GuardedBy("mPhenotypeFlagLock")
|
||||
private void updateUseFreezer() {
|
||||
if (DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_ACTIVITY_MANAGER,
|
||||
if (DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_ACTIVITY_MANAGER_NATIVE_BOOT,
|
||||
KEY_USE_FREEZER, DEFAULT_USE_FREEZER)) {
|
||||
mUseFreezer = isFreezerSupported();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user