Aracılığıyla paylaş


ActivityManager.ClearWatchHeapLimit Method

Definition

Clear a heap watch limit previously set by #setWatchHeapLimit(long).

[Android.Runtime.Register("clearWatchHeapLimit", "()V", "GetClearWatchHeapLimitHandler", ApiSince=23)]
public virtual void ClearWatchHeapLimit ();
[<Android.Runtime.Register("clearWatchHeapLimit", "()V", "GetClearWatchHeapLimitHandler", ApiSince=23)>]
abstract member ClearWatchHeapLimit : unit -> unit
override this.ClearWatchHeapLimit : unit -> unit
Attributes

Remarks

Clear a heap watch limit previously set by #setWatchHeapLimit(long).

Java documentation for android.app.ActivityManager.clearWatchHeapLimit().

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