Fix OobConfig permission for zuma.

Bug: 286117997
Test: build and manual test
Change-Id: I51f3a63b337ea555cc52ba71d776f5d0993409fd
This commit is contained in:
Chi Zhang 2023-06-14 18:18:47 -07:00
parent 24d4e59415
commit 0af09e0dc8

View file

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