次の方法で共有


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デバイスの起動時にユーザーの資格情報を要求しないでください。 フラグが設定されている場合は、ユーザー パスワードを要求せずにデバイスを起動できます。 このフラグがない場合、現在のブート要件は変更されません。 このフラグは、デバイス所有者のみが設定できます。 アプリがデバイス所有者でない場合、フラグは無視されます。 フラグが設定されると、デバイスを工場出荷時の既定値にリセットしないと、元に戻すことはできません。

の Java ドキュメントandroid.app.admin.DevicePolicyManager.RESET_PASSWORD_DO_NOT_ASK_CREDENTIALS_ON_BOOT

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象