Intent.ExtraRestrictionsBundle Field

Definition

Extra sent in the intent to the BroadcastReceiver that handles #ACTION_GET_RESTRICTION_ENTRIES.

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

Field Value

Implements

Attributes

Remarks

Extra sent in the intent to the BroadcastReceiver that handles #ACTION_GET_RESTRICTION_ENTRIES. The type of the extra is a Bundle containing the restrictions as key/value pairs.

Java documentation for android.content.Intent.EXTRA_RESTRICTIONS_BUNDLE.

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