Merge "Adding camera to the default permissions for Pixel Camera Services" into udc-qpr-dev am: a052c566f6
am: b6d39178e5
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma/+/24669498 Change-Id: I5ffabc8caa45bfc74e3d355982b9bc1223ee7a07 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
ede5db1125
1 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,11 @@
|
||||||
<permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/>
|
<permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/>
|
||||||
</exception>
|
</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">
|
<exception package="com.google.android.apps.cbrsnetworkmonitor">
|
||||||
<!-- Location access to create CBRS geofences-->
|
<!-- Location access to create CBRS geofences-->
|
||||||
<permission name="android.permission.ACCESS_FINE_LOCATION" fixed="true"/>
|
<permission name="android.permission.ACCESS_FINE_LOCATION" fixed="true"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue