Grant app permission
Apps
Grant app permission
Grants an Android runtime permission to the package named in the path. The permission is given by its short name (e.g. POST_NOTIFICATIONS).
PUT
Grant app permission
Grants the permission directly — the app will not prompt the user for it on the device.
The short name expands to the full Android permission string:
POST_NOTIFICATIONS becomes android.permission.POST_NOTIFICATIONS. The target app must already be installed.
Not supported on iOS devices — the request fails with an unsupported-feature error. Use revoke-permission to take the permission back.Authorizations
Bearer token via Authorization header
Headers
Required range:
x >= 0Path Parameters
Android runtime permission, short name (e.g. POST_NOTIFICATIONS).
Available options:
POST_NOTIFICATIONS Response
No Content