UserManager.QuietModeDisableOnlyIfCredentialNotRequired Field

Definition

Caution

This constant will be removed in the future version. Use Android.OS.QuietMode enum directly instead of this field.

Flag passed to #requestQuietModeEnabled to request disabling quiet mode only if there is no need to confirm the user credentials.

[Android.Runtime.Register("QUIET_MODE_DISABLE_ONLY_IF_CREDENTIAL_NOT_REQUIRED", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.QuietMode enum directly instead of this field.", true)]
public const Android.OS.QuietMode QuietModeDisableOnlyIfCredentialNotRequired = 1;
[<Android.Runtime.Register("QUIET_MODE_DISABLE_ONLY_IF_CREDENTIAL_NOT_REQUIRED", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.QuietMode enum directly instead of this field.", true)>]
val mutable QuietModeDisableOnlyIfCredentialNotRequired : Android.OS.QuietMode

Field Value

Value = 1
Attributes

Remarks

Flag passed to #requestQuietModeEnabled to request disabling quiet mode only if there is no need to confirm the user credentials. If credentials are required to disable quiet mode, #requestQuietModeEnabled will do nothing and return false.

Java documentation for android.os.UserManager.QUIET_MODE_DISABLE_ONLY_IF_CREDENTIAL_NOT_REQUIRED.

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