Adding post notification to gca default permissions
Bug: 331677590 Test: Build and flash. Permission was pregranted to gca. Change-Id: I4f217ecf1cd3b360b7ab261c2dd5c09d9756a5b8
This commit is contained in:
parent
a41785042d
commit
c71b017d9d
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@
|
||||||
<permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/>
|
<permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/>
|
||||||
</exception>
|
</exception>
|
||||||
|
|
||||||
|
<exception package="com.google.android.GoogleCamera">
|
||||||
|
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
|
||||||
|
</exception>
|
||||||
|
|
||||||
<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"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue