Use cameraAccess instead of cameraDisabled, which is deprecated (#39751)

Tested and confirmed that this works.
This commit is contained in:
Steven Palmesano
2026-02-12 15:19:24 -05:00
committed by GitHub
parent 1b2a699809
commit ca599be859
2 changed files with 1 additions and 3 deletions
@@ -1,2 +0,0 @@
- `disable-camera.json` uses `cameraDisabled`, which is deprecated. We should
change this profile to use `cameraAccess` instead, and test to verify.
@@ -1,3 +1,3 @@
{
"cameraDisabled": true
"cameraAccess": "CAMERA_ACCESS_DISABLED"
}