Grant default permissions to PCS for camera connectivity
- android.permission.POST_NOTIFICATIONS - android.permission.BLUETOOTH_CONNECT - android.permission.BLUETOOTH_SCAN Test: Same as others in topic Bug: 287069860 Change-Id: I0f00e713f64f2e3676827eb2a0dc2dac873d3577
This commit is contained in:
parent
b2b8c18001
commit
16f7cffd2d
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@
|
|||
<exception package="com.google.android.apps.camera.services">
|
||||
<!-- Camera -->
|
||||
<permission name="android.permission.CAMERA" fixed="false"/>
|
||||
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
|
||||
<permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/>
|
||||
<permission name="android.permission.BLUETOOTH_SCAN" fixed="false"/>
|
||||
</exception>
|
||||
|
||||
<exception package="com.google.android.apps.cbrsnetworkmonitor">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue