Adding camera to the default permissions for Pixel Camera Services
Test: m Bug: 298098187 Change-Id: I6cf8dc51bf37c4c0c0ab9a58f95ecb9ca1a9de0e
This commit is contained in:
parent
c3799c397b
commit
31bf2812bc
1 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,11 @@
|
|||
<permission name="android.permission.ACCESS_BACKGROUND_LOCATION" 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