DeviceAdminInfo.UsesPolicyWipeData 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.
Caution
This constant will be removed in the future version. Use Android.App.Admin.DeviceAdminUses enum directly instead of this field.
A type of policy that this device admin can use: able to factory
reset the device, erasing all of the user's data, via
DevicePolicyManager#wipeData
.
[Android.Runtime.Register("USES_POLICY_WIPE_DATA")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.DeviceAdminUses enum directly instead of this field.", true)]
public const Android.App.Admin.DeviceAdminUses UsesPolicyWipeData = 4;
[<Android.Runtime.Register("USES_POLICY_WIPE_DATA")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.DeviceAdminUses enum directly instead of this field.", true)>]
val mutable UsesPolicyWipeData : Android.App.Admin.DeviceAdminUses
Field Value
Value = 4Implements
- Attributes
Remarks
A type of policy that this device admin can use: able to factory reset the device, erasing all of the user's data, via DevicePolicyManager#wipeData
.
To control this policy, the device admin must have a "wipe-data" tag in the "uses-policies" section of its meta-data.
Java documentation for android.app.admin.DeviceAdminInfo.USES_POLICY_WIPE_DATA
.
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.