Android.Content.Intent.ActionGetRestrictionEntries Field
Broadcast to a specific application to query any supported restrictions to impose on restricted users.

Syntax

[Android.Runtime.Register("ACTION_GET_RESTRICTION_ENTRIES")]
public const string ActionGetRestrictionEntries

See Also

RestrictionEntry

Remarks

Broadcast to a specific application to query any supported restrictions to impose on restricted users. The broadcast intent contains an extra Intent.ExtraRestrictionsBundle with the currently persisted restrictions as a Bundle of key/value pairs. The value types can be Boolean, String or String[] depending on the restriction type.

The response should contain an extra Intent.ExtraRestrictionsList, which is of type ArrayList<RestrictionEntry>. It can also contain an extra Intent.ExtraRestrictionsIntent, which is of type Intent. The activity specified by that intent will be launched for a result which must contain one of the extras Intent.ExtraRestrictionsList or Intent.ExtraRestrictionsBundle. The keys and values of the returned restrictions will be persisted.

[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