Chromium Code Reviews
DescriptionRevert "Added a call to ActivityManager.isLowRamDevice() from SysUtils.detectLowEndDevice()."
This reverts commit 80dc8d87cfd1ef70541c101a355965f3a7a74415.
Some devices in the wild with 1GB of RAM are returning true for
ActivityManager.isLowRamDevice(), causing us to inappropriately enable
aggressive memory optimizations designed for 512MB devices. Change back
to only considering the true memory capacity of the device.
BUG=568192, 459781
Committed: https://crrev.com/1dc262725270493bf333d53888319acacc5e8baa
Cr-Commit-Position: refs/heads/master@{#364619}
Patch Set 1 #Patch Set 2 : Don't change constant type from int to long #Messages
Total messages: 14 (6 generated)
|