AppManagerGrantAllPermissions Method |
Namespace: Com.Datalogic.Device.App
Exception | Condition |
---|---|
AppManagerException | - in case of error, when exceptions are enabled through the ErrorManager singleton. |
Call this method to grant an application all the permissions declared in its manifest.
The method works in best effort. If almost one of the requested permissions is not granted an error is returned. In case of error to check which permissions are granted use
with the flag
to get the PackageInfo of the application with the permissions information.