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 topc Bug: 287069860 Change-Id: I96d5bcc4847138db92f89933ba084af7a2648456
This commit is contained in:
parent
679cf27ac4
commit
c7b6ab33ef
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@
|
|||
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.settings.intelligence">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue