The fields of Android.Content.RestrictionsManager are listed below. For a list of all members, see the RestrictionsManager Members list.
See Also: Inherited members from Java.Lang.Object
const | ActionPermissionResponseReceived | string. Broadcast intent delivered when a response is received for a permission request. |
const | ActionRequestLocalApproval | string. Activity intent that is optionally implemented by the Restrictions Provider package to challenge for an administrator PIN or password locally on the device. |
const | ActionRequestPermission | string. Broadcast intent sent to the Restrictions Provider to handle a permission request from an app. |
const | ExtraPackageName | string. The package name of the application making the request. |
const | ExtraRequestBundle | string. The request bundle passed in the RestrictionsManager.ActionRequestPermission broadcast. |
const | ExtraRequestId | string. The request ID passed in the RestrictionsManager.ActionRequestPermission broadcast. |
const | ExtraRequestType | string. The request type passed in the RestrictionsManager.ActionRequestPermission broadcast. |
const | ExtraResponseBundle | string. Contains a response from the administrator for specific request. |
const | MetaDataAppRestrictions | string. Name of the meta-data entry in the manifest that points to the XML file containing the application's available restrictions. |
const | RequestKeyApproveLabel | string. Key for request approval button label contained in the request bundle. |
const | RequestKeyData | string. Key for request data contained in the request bundle. |
const | RequestKeyDenyLabel | string. Key for request rejection button label contained in the request bundle. |
const | RequestKeyIcon | string. Key for request icon contained in the request bundle. |
const | RequestKeyId | string. Key for request ID contained in the request bundle. |
const | RequestKeyMessage | string. Key for request message contained in the request bundle. |
const | RequestKeyNewRequest | string. Key for issuing a new request, contained in the request bundle. |
const | RequestKeyTitle | string. Key for request title contained in the request bundle. |
const | RequestTypeApproval | string. Request type for a simple question, with a possible title and icon. |
const | ResponseKeyErrorCode | string. Key for the optional error code in the response bundle sent to the application. |
const | ResponseKeyMessage | string. Key for the optional message in the response bundle sent to the application. |
const | ResponseKeyResponseTimestamp | string. Key for the optional timestamp of when the administrator responded to the permission request. |
const | ResponseKeyResult | string. Key for the response result in the response bundle sent to the application, for a permission request. |