Intent.ExtraRestrictionsList Field

Definition

Extra used in the response from a BroadcastReceiver that handles #ACTION_GET_RESTRICTION_ENTRIES.

[Android.Runtime.Register("EXTRA_RESTRICTIONS_LIST")]
public const string ExtraRestrictionsList;
[<Android.Runtime.Register("EXTRA_RESTRICTIONS_LIST")>]
val mutable ExtraRestrictionsList : string

Field Value

Implements

Attributes

Remarks

Extra used in the response from a BroadcastReceiver that handles #ACTION_GET_RESTRICTION_ENTRIES. The type of the extra is ArrayList&lt;RestrictionEntry&gt;.

Java documentation for android.content.Intent.EXTRA_RESTRICTIONS_LIST.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to