Use cameraAccess instead of cameraDisabled, which is deprecated (#39751)
Tested and confirmed that this works.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user