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

Commit 6923d161 authored by Greg Kaiser's avatar Greg Kaiser Committed by android-build-merger
Browse files

Merge "ActivityManager: Change documentation of low RAM" into oc-mr1-dev

am: c1158f76

Change-Id: Ifd4c56b13f3bdbc0ef12a9fac335203fa471ac50
parents 064b0648 c1158f76
Loading
Loading
Loading
Loading
+2 −3
Original line number Original line Diff line number Diff line
@@ -1100,9 +1100,8 @@ public class ActivityManager {
    /**
    /**
     * Returns true if this is a low-RAM device.  Exactly whether a device is low-RAM
     * 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
     * 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.
     * something with 1GB or less of RAM.  This is mostly intended to be used by apps
     * This is mostly intended to be used by apps to determine whether they should turn
     * to determine whether they should turn off certain features that require more RAM.
     * off certain features that require more RAM.
     */
     */
    public boolean isLowRamDevice() {
    public boolean isLowRamDevice() {
        return isLowRamDeviceStatic();
        return isLowRamDeviceStatic();