Add notification pregrant for OobConfig

Bug: 232002666
Change-Id: Iaaeb46f71c49bee72ca1ba55368e2d99860d9243
Test: manual
This commit is contained in:
Michele Berionne 2022-05-18 22:51:41 +00:00
parent 8d9f3b1cfd
commit 4874713933

View file

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