PolicyUpdateResult.ResultFailureHardwareLimitation Field

Definition

Caution

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

Result code to indicate that the policy set by the admin has not been enforced because of a permanent hardware limitation/issue.

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

Field Value

Value = 4
Attributes

Remarks

Result code to indicate that the policy set by the admin has not been enforced because of a permanent hardware limitation/issue.

The system will NOT try to automatically store and enforce this policy again.

Java documentation for android.app.admin.PolicyUpdateResult.RESULT_FAILURE_HARDWARE_LIMITATION.

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