Intent.ExtraRestrictionsBundle Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.