Grant default permissions to PCS for camera connectivity
- android.permission.POST_NOTIFICATIONS - android.permission.BLUETOOTH_CONNECT - android.permission.BLUETOOTH_SCAN Test: make and install. verify PCS had permissions. Bug: 287069860 Change-Id: Iefd0d80d803b36610e14bdfec07b762d7c90bd58
This commit is contained in:
parent
21c643b232
commit
f4be3b2c1c
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@
|
||||||
<exception package="com.google.android.apps.camera.services">
|
<exception package="com.google.android.apps.camera.services">
|
||||||
<!-- Camera -->
|
<!-- Camera -->
|
||||||
<permission name="android.permission.CAMERA" fixed="false"/>
|
<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>
|
||||||
|
|
||||||
<exception package="com.google.android.apps.cbrsnetworkmonitor">
|
<exception package="com.google.android.apps.cbrsnetworkmonitor">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue