Android.OS.UserManager.DisallowUnmuteMicrophone Field
Specifies if a user is disallowed from adjusting microphone volume.

Syntax

[Android.Runtime.Register("DISALLOW_UNMUTE_MICROPHONE")]
public const string DisallowUnmuteMicrophone

See Also

UserManager.UserRestrictions
UserManager.UserRestrictions

Remarks

Specifies if a user is disallowed from adjusting microphone volume. If set, the microphone will be muted. This can only be set by device owners and profile owners on the primary user. The default value is false.

Key for user restrictions.

Type: Boolean

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17