Android.App.ActivityManager.IsLowRamDevice Property
Returns true if this is a low-RAM device.

Syntax

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

Value

Documentation for this section has not yet been entered.

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

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1