Add notification pregrant for OobConfig

Bug: 232002666
Change-Id: I5f9ed54fb4e020dd98fe94198ddd6cf782cdf415
Test: manual
This commit is contained in:
Michele Berionne 2022-05-18 22:51:52 +00:00
parent faaa95c900
commit 818f1b9d9e

View file

@ -148,5 +148,10 @@
<!-- Notifications -->
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
</exception>
<exception
package="com.google.android.apps.work.oobconfig">
<!-- Notifications -->
<permission name="android.permission.POST_NOTIFICATIONS" fixed="true"/>
</exception>
</exceptions>