Pregrant camera permission to Pixel Camera Services
Test: checked for pregranted camera permissions in Settings -> All Apps -> Pixel Camera Services Bug: 183533362 Change-Id: Ie0816a1170557d9aac364f69d2a7ca3f6dfcf3bd
This commit is contained in:
parent
13ac3f1802
commit
47a523375e
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