ActivityManager.ActionReportHeapLimit Field
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.
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
- Attributes
Remarks
Action an app can implement to handle reports from #setWatchHeapLimit(long)
. If your package has an activity handling this action, it will be launched with the heap data provided to it the same way as Intent#ACTION_SEND
. Note that to match, the activity must support this action and a MIME type of "*/*".
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.