ActivityManager.RunningAppProcessInfo.Lru Property

Definition

An additional ordering within a particular #importance category, providing finer-grained information about the relative utility of processes within a category.

[Android.Runtime.Register("lru")]
public int Lru { get; set; }
[<Android.Runtime.Register("lru")>]
member this.Lru : int with get, set

Property Value

Attributes

Remarks

An additional ordering within a particular #importance category, providing finer-grained information about the relative utility of processes within a category. This number means nothing except that a smaller values are more recently used (and thus more important). Currently an LRU value is only maintained for the #IMPORTANCE_CACHED category, though others may be maintained in the future.

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

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