ActivityManager.MemoryInfo.LowMemory Property

Definition

Set to true if the system considers itself to currently be in a low memory situation.

[Android.Runtime.Register("lowMemory")]
public bool LowMemory { get; set; }
[<Android.Runtime.Register("lowMemory")>]
member this.LowMemory : bool with get, set

Property Value

Attributes

Remarks

Set to true if the system considers itself to currently be in a low memory situation.

Java documentation for android.app.ActivityManager.MemoryInfo.lowMemory.

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