Android.App.ActivityManager.LargeMemoryClass Property
Return the approximate per-application memory class of the current device when an application is running with a large heap.

Syntax

[get: Android.Runtime.Register("getLargeMemoryClass", "()I", "GetGetLargeMemoryClassHandler")]
public virtual int LargeMemoryClass { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the approximate per-application memory class of the current device when an application is running with a large heap. This is the space available for memory-intensive applications; most applications should not need this amount of memory, and should instead stay with the ActivityManager.MemoryClass limit. The returned value is in megabytes. This may be the same size as ActivityManager.MemoryClass on memory constrained devices, or it may be significantly larger on devices with a large amount of available RAM.

The is the size of the application's Dalvik heap if it has specified android:largeHeap="true" in its manifest.

[Android Documentation]

Requirements

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