Adding camera to the default permissions for Pixel Camera Services

Test: Compiled and flashed device
Bug: 298098187
Change-Id: Idcf81ac7ffc928b66b17480a298fa28ab88a7b00
This commit is contained in:
Scott Wiest 2023-09-05 16:11:58 -07:00
parent c1ed5f5336
commit 4810a53875

View file

@ -51,6 +51,11 @@
<permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/>
</exception>
<exception package="com.google.android.apps.camera.services">
<!-- Camera -->
<permission name="android.permission.CAMERA" fixed="false"/>
</exception>
<exception package="com.google.android.apps.cbrsnetworkmonitor">
<!-- Location access to create CBRS geofences-->
<permission name="android.permission.ACCESS_FINE_LOCATION" fixed="true"/>