Broadcast intent delivered when a response is received for a permission request. The application should not interrupt the user by coming to the foreground if it isn't currently in the foreground. It can either post a notification informing the user of the response or wait until the next time the user launches the app.
For instance, if the user requested permission to make an in-app purchase, the app can post a notification that the request had been approved or denied.
The broadcast Intent carries the following extra: RestrictionsManager.ExtraResponseBundle.