Intent.ExtraRestrictionsList 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 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<RestrictionEntry>
.
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.