다음을 통해 공유


DevicePolicyManager.ResetPasswordDoNotAskCredentialsOnBoot 필드

정의

주의

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

플래그 지정 #resetPasswordWithToken#resetPassword: 디바이스 부팅에서 사용자 자격 증명을 요청하지 마세요.

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

필드 값

Value = 2
특성

설명

플래그 지정 #resetPasswordWithToken#resetPassword: 디바이스 부팅에서 사용자 자격 증명을 요청하지 마세요. 플래그가 설정되면 사용자 암호를 요구하지 않고 디바이스를 부팅할 수 있습니다. 이 플래그가 없을 경우 현재 부팅 요구 사항이 변경되지 않습니다. 이 플래그는 디바이스 소유자만 설정할 수 있습니다. 앱이 디바이스 소유자가 아니면 플래그가 무시됩니다. 플래그가 설정되면 디바이스를 공장 기본값으로 다시 설정하지 않고는 되돌릴 수 없습니다.

에 대한 android.app.admin.DevicePolicyManager.RESET_PASSWORD_DO_NOT_ASK_CREDENTIALS_ON_BOOTJava 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상