Grant the post notification permission to Turbo

- grant the permission on zumapro

Bug: 293813663
Test: manual and local build verify
Change-Id: I8a427c712b096c112b46ba796378e1f69f6a97f1
This commit is contained in:
Wesley Wang 2023-12-12 15:26:51 +08:00
parent 8a15203216
commit 2b198c6ebc

View file

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