ActivityManager.MemoryInfo.FreeMem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The free memory on the system.
[Android.Runtime.Register("freeMem", ApiSince=37)]
public long FreeMem { get; set; }
[<Android.Runtime.Register("freeMem", ApiSince=37)>]
member this.FreeMem : int64 with get, set
Property Value
The free memory on the system.
- Attributes
Remarks
The free memory on the system. This is the unused RAM size of the device. Unlike availMem, it's a basic snapshot of free RAM, not accounting for reclaimable memory.
Android reference for android.app.ActivityManager.MemoryInfo.freeMem.
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.