Grant default permissions to PCS for camera connectivity
- android.permission.POST_NOTIFICATIONS - android.permission.BLUETOOTH_CONNECT - android.permission.BLUETOOTH_SCAN Test: make and install. Bug: 287069860 Change-Id: Iaeea489af9e1063352e4ed9b0031346040d2919c
This commit is contained in:
parent
58fa66637d
commit
ac11a6cebd
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,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