ActivityManager.IsLowRamDevice Property

Definition

Returns true if this is a low-RAM device.

public virtual bool IsLowRamDevice { [Android.Runtime.Register("isLowRamDevice", "()Z", "GetIsLowRamDeviceHandler")] get; }
[<get: Android.Runtime.Register("isLowRamDevice", "()Z", "GetIsLowRamDeviceHandler")>]
member this.IsLowRamDevice : bool

Property Value

Attributes

Remarks

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 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.

Java documentation for android.app.ActivityManager.isLowRamDevice().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to