Relative Content

Tag Archive for android-management-api

Confusion with Android App Configuration Policy and Permission Grants

I’m trying to understand a discrepancy in the Android App Configuration Policy. The policy has defaultPermissionPolicy set to DENY, yet under the app-level permissionGrants, the camera permission is set to PROMPT. According to the development documentation, permissionGrants should override the policy-level defaultPermissionPolicy. However, when I apply this to a device, it doesn’t seem to work as expected. When I try to access the camera, it directly shows a permission denied message.

STATUS_REPORT provides the details memoryInfo”: { “totalRam”: “xxxxxxxxxx”, “totalInternalStorage”: “xxxxxxxxxx” } but it’s differs from actual

STATUS_REPORT provides the details memoryInfo”: {
“totalRam”: “xxxxxxxxxx”,
“totalInternalStorage”: “xxxxxxxxxx”
} but it’s differs from actual. Anyone facing issues?
We have tried to get the MEMORY, RAM and INTERNAL and EXTERNAL storage details from STATUS_REPORT of the enrolled devices. But it’s sizes and measurements are varied from the actual size and measurements. Could any one facing the issues?