Android.OS.UserManager.DisallowOutgoingCalls Field
Specifies that the user is not allowed to make outgoing phone calls.

Syntax

[Android.Runtime.Register("DISALLOW_OUTGOING_CALLS")]
public const string DisallowOutgoingCalls

See Also

UserManager.UserRestrictions
UserManager.UserRestrictions

Remarks

Specifies that the user is not allowed to make outgoing phone calls. Emergency calls are still permitted. 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