ActivityManager.ActionReportHeapLimit Field

Definition

Action an app can implement to handle reports from #setWatchHeapLimit(long).

[Android.Runtime.Register("ACTION_REPORT_HEAP_LIMIT", ApiSince=23)]
public const string ActionReportHeapLimit;
[<Android.Runtime.Register("ACTION_REPORT_HEAP_LIMIT", ApiSince=23)>]
val mutable ActionReportHeapLimit : string

Field Value

String
Attributes

Remarks

Java documentation for android.app.ActivityManager.ACTION_REPORT_HEAP_LIMIT.

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