fleet/docs/solutions/android/configuration-profiles/disable-untrusted-apps-install.json
Steven Palmesano 0ae3392a4a
Rename Android config profiles for consistency (#37486)
The file names should describe what they do, not the policies that they
use inside.
2025-12-19 09:43:38 -06:00

5 lines
87 B
JSON

{
"advancedSecurityOverrides": {
"untrustedAppsPolicy": "DISALLOW_INSTALL"
}
}