|
|
|
|
|
|
Category: Permission functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following functions are used to manage permissions in Android applications |
|
|
|
|
|
|
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities... |
|
|
|
|
|
|
Renvoie une ou toutes les permissions déclarées par l'application. |
|
|
|
|
|
|
The Permission type represents a permission requested by the application (and therefore declared in the manifest). |
|
|
|
|
|
|
Returns one or all the permissions declared by the application. |
|
|
|
|
|
|
Prompts the user to grant an application permission. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|