DevicePolicyManager.WipeExternalStorage Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.Admin.WipeDataFlags enum directly instead of this field.

Flag for #wipeData(int): also erase the device's external storage (such as SD cards).

[Android.Runtime.Register("WIPE_EXTERNAL_STORAGE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.WipeDataFlags enum directly instead of this field.", true)]
public const Android.App.Admin.WipeDataFlags WipeExternalStorage = 1;
[<Android.Runtime.Register("WIPE_EXTERNAL_STORAGE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.WipeDataFlags enum directly instead of this field.", true)>]
val mutable WipeExternalStorage : Android.App.Admin.WipeDataFlags

Field Value

Value = 1
Attributes

Remarks

Flag for #wipeData(int): also erase the device's external storage (such as SD cards).

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

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