Merge "Adding camera to the default permissions for Pixel Camera Services" into udc-qpr-dev

This commit is contained in:
Treehugger Robot 2023-09-07 01:33:08 +00:00 committed by Android (Google) Code Review
commit a052c566f6

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"/>