Add further notification pregrants to g201

Bug: 232469538
Bug: 232470607
Bug: 232470323
Test: manual
Change-Id: Ifc7676c5ec5ad4584a430f77a2943b2dae29631e
This commit is contained in:
Nate Myren 2022-05-13 15:34:56 -07:00
parent 6155b7811a
commit 5a2f5e6c55

View file

@ -130,5 +130,20 @@
<!-- Notifications -->
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
</exception>
<exception
package="com.google.android.adservices">
<!-- Notifications -->
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
</exception>
<exception
package="com.google.android.apps.mediashell">
<!-- Notifications -->
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
</exception>
<exception
package="com.google.android.apps.pixelmigrate">
<!-- Notifications -->
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
</exception>
</exceptions>