ActivityManager.MemoryInfo.AvailMem 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 available memory on the system.
[Android.Runtime.Register("availMem")]
public long AvailMem { get; set; }
[<Android.Runtime.Register("availMem")>]
member this.AvailMem : int64 with get, set
Property Value
- Attributes
Remarks
The available memory on the system. This number should not be considered absolute: due to the nature of the kernel, a significant portion of this memory is actually in use and needed for the overall system to run well.
Java documentation for android.app.ActivityManager.MemoryInfo.availMem
.
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.