PackageManager.GetMemoryBudgets(ApplicationInfo) Method
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.
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