Add further notification pregrants to gs101

Bug: 232469538
Bug: 232470607
Bug: 232470323
Test: manual
Change-Id: I20ae51120df4302b5d7b8c56cda17c3d48e472d8
This commit is contained in:
Nate Myren 2022-05-13 15:34:37 -07:00
parent f917c52947
commit 0336ee1b4c

View file

@ -133,5 +133,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>