Merge "Merge "ActivityManager: Change documentation of low RAM" into oc-mr1-dev am: c1158f762a" into oc-mr1-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
4d9f5543fd
@@ -1100,9 +1100,8 @@ public class ActivityManager {
|
||||
/**
|
||||
* Returns true if this is a low-RAM device. Exactly whether a device is low-RAM
|
||||
* is ultimately up to the device configuration, but currently it generally means
|
||||
* something in the class of a 512MB device with about a 800x480 or less screen.
|
||||
* This is mostly intended to be used by apps to determine whether they should turn
|
||||
* off certain features that require more RAM.
|
||||
* something with 1GB or less of RAM. This is mostly intended to be used by apps
|
||||
* to determine whether they should turn off certain features that require more RAM.
|
||||
*/
|
||||
public boolean isLowRamDevice() {
|
||||
return isLowRamDeviceStatic();
|
||||
|
||||
Reference in New Issue
Block a user