ActivityManager.RunningAppProcessInfo.LastTrimLevel Property

Definition

Last memory trim level reported to the process: corresponds to the values supplied to android.content.ComponentCallbacks2#onTrimMemory(int) ComponentCallbacks2.onTrimMemory(int).

[Android.Runtime.Register("lastTrimLevel")]
public Android.Content.TrimMemory LastTrimLevel { get; set; }
[<Android.Runtime.Register("lastTrimLevel")>]
member this.LastTrimLevel : Android.Content.TrimMemory with get, set

Property Value

Attributes

Remarks

Last memory trim level reported to the process: corresponds to the values supplied to android.content.ComponentCallbacks2#onTrimMemory(int) ComponentCallbacks2.onTrimMemory(int).

Java documentation for android.app.ActivityManager.RunningAppProcessInfo.lastTrimLevel.

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