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:
parent
c1ed5f5336
commit
4810a53875
1 changed files with 5 additions and 0 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue