Android.App.ActivityManager.MemoryClass Property
Return the approximate per-application memory class of the current device.

Syntax

[get: Android.Runtime.Register("getMemoryClass", "()I", "GetGetMemoryClassHandler")]
public virtual int MemoryClass { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the approximate per-application memory class of the current device. This gives you an idea of how hard a memory limit you should impose on your application to let the overall system work best. The returned value is in megabytes; the baseline Android memory class is 16 (which happens to be the Java heap limit of those devices); some device with more memory may return 24 or even higher numbers.

[Android Documentation]

Requirements

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