- context
- Documentation for this section has not yet been entered.
- packageName
- the application requesting permission.
- requestType
- the type of request, which determines the content and presentation of the request data.
- requestId
- Documentation for this section has not yet been entered.
- request
- the request data bundle containing at a minimum a request id.
An asynchronous permission request made by an application for an operation that requires authorization by a local or remote administrator other than the user. The Restrictions Provider should transfer the request to the administrator and deliver back a response, when available. The calling application is aware that the response could take an indefinite amount of time.
If the request bundle contains the key Android.Content.RestrictionsManager.RequestKeyNewRequest, then a new request must be sent. Otherwise the provider can look up any previous response to the same requestId and return the cached response.