Android.OS.UserManager.DisallowAppsControl Field
Specifies if a user is disallowed from modifying applications in Settings or launchers.

Syntax

[Android.Runtime.Register("DISALLOW_APPS_CONTROL")]
public const string DisallowAppsControl

See Also

UserManager.UserRestrictions
UserManager.UserRestrictions

Remarks

Specifies if a user is disallowed from modifying applications in Settings or launchers. The following actions will not be allowed when this restriction is enabled: uninstalling appsdisabling appsclearing app cachesclearing app dataforce stopping appsclearing app defaults

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