Android.Content.RestrictionEntry Class
Applications can expose restrictions for a restricted user on a multiuser device.

See Also: RestrictionEntry Members

Syntax

[Android.Runtime.Register("android/content/RestrictionEntry", DoNotGenerateAcw=true)]
public class RestrictionEntry : Java.Lang.Object, Android.OS.IParcelable, IDisposable

Remarks

Applications can expose restrictions for a restricted user on a multiuser device. The administrator can configure these restrictions that will then be applied to the restricted user. Each RestrictionsEntry is one configurable restriction.

Any application that chooses to expose such restrictions does so by implementing a receiver that handles the Intent.ActionGetRestrictionEntries action. The receiver then returns a result bundle that contains an entry called "restrictions", whose value is an ArrayList.

[Android Documentation]

Requirements

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