Language

QuietMode Enum

Definition

Defines quiet mode values used by the Android OS API.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum QuietMode
[<System.Flags>]
type QuietMode = 
Inheritance
QuietMode
Attributes

Fields

Name Value Description
None 0

Represents the None value.

DisableOnlyIfCredentialNotRequired 1

Flag passed to requestQuietModeEnabled(boolean, UserHandle) 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(boolean, UserHandle) will do nothing and return false .

Remarks

Provides Android OS API values for QuietMode.

Java documentation for android.os.UserManager.

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