DevicePolicyManager.WipeSilently Field

Definition

Flag for #wipeData(int): won't show reason for wiping to the user.

[Android.Runtime.Register("WIPE_SILENTLY", ApiSince=29)]
public const int WipeSilently = 8;
[<Android.Runtime.Register("WIPE_SILENTLY", ApiSince=29)>]
val mutable WipeSilently : int

Field Value

Value = 8
Attributes

Remarks

Flag for #wipeData(int): won't show reason for wiping to the user.

Java documentation for android.app.admin.DevicePolicyManager.WIPE_SILENTLY.

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