Rename Android config profiles for consistency (#37486)

The file names should describe what they do, not the policies that they
use inside.
This commit is contained in:
Steven Palmesano
2025-12-19 09:43:38 -06:00
committed by GitHub
parent 1800fbfde4
commit 0ae3392a4a
11 changed files with 2 additions and 2 deletions
@@ -1,2 +1,2 @@
- `modifyAccountsDisabled.json`: disables adding work accounts
- `accountTypesWithManagementDisabled.json`: disables adding Google work accounts specifically
- `disable-camera.json` uses `cameraDisabled`, which is deprecated. We should
change this profile to use `cameraAccess` instead, and test to verify.