Język

PackageManager.GetMemoryBudgets(ApplicationInfo) Method

Definition

Return the memory budgets for the application described by the given ApplicationInfo.

[Android.Runtime.Register("getMemoryBudgets", "(Landroid/content/pm/ApplicationInfo;)Ljava/util/List;", "GetGetMemoryBudgets_Landroid_content_pm_ApplicationInfo_Handler", ApiSince=37)]
public virtual System.Collections.Generic.IList<Android.Content.PM.MemoryBudgetInfo> GetMemoryBudgets(Android.Content.PM.ApplicationInfo info);
[<Android.Runtime.Register("getMemoryBudgets", "(Landroid/content/pm/ApplicationInfo;)Ljava/util/List;", "GetGetMemoryBudgets_Landroid_content_pm_ApplicationInfo_Handler", ApiSince=37)>]
abstract member GetMemoryBudgets : Android.Content.PM.ApplicationInfo -> System.Collections.Generic.IList<Android.Content.PM.MemoryBudgetInfo>
override this.GetMemoryBudgets : Android.Content.PM.ApplicationInfo -> System.Collections.Generic.IList<Android.Content.PM.MemoryBudgetInfo>

Parameters

info
ApplicationInfo

The ApplicationInfo of the application to query.

Returns

Attributes

Applies to