StrictMode.ThreadPolicy.Builder.PermitExplicitGc Method

Definition

Disables detection of calls to Runtime.gc() .

[Android.Runtime.Register("permitExplicitGc", "()Landroid/os/StrictMode$ThreadPolicy$Builder;", "", ApiSince=34)]
public Android.OS.StrictMode.ThreadPolicy.Builder PermitExplicitGc();
[<Android.Runtime.Register("permitExplicitGc", "()Landroid/os/StrictMode$ThreadPolicy$Builder;", "", ApiSince=34)>]
member this.PermitExplicitGc : unit -> Android.OS.StrictMode.ThreadPolicy.Builder

Returns

The returned value is non-null.

Attributes

Remarks

Disables detection of calls to Runtime.gc() .

Java documentation for android.os.StrictMode.ThreadPolicy.Builder.permitExplicitGc().

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